[Solved] Object Orientation, Inheritance, Abstraction [closed]
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 ) … Read more