abstraction – No (you don’t have any abstract members or classes in your code).
Encapsulation – yes ( Binding code and data together – the class itself) .
polymorphism – no ( no multiple functions with same names ) .
inheritance – no (There is no class that inherits this one and vice versa )
2
solved Object Orientation, Inheritance, Abstraction [closed]