What are basic Object oriented programming concepts?
The basic Object-oriented programming concepts are: Inheritance. Inheritance can be defined as the process where one (parent/super) class acquires the properties (methods and fields) of another (child/sub). With the use of inheritance, the information …