What is meant by a base class and a derived class?
70 Likes
The class that is inherited is known as base class and the class that inherits from the base is known as derived class.
Answered By
45 Likes
Mention two limitations of procedure oriented programming approach.
Name four basic principles of object oriented programming.
What is meant by Encapsulation?
Why do we prefer object oriented approach in complex programming? Explain.