Computer Science - Object Oriented Programming Using C++ - Discussion
Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 16)
16.
To be called object-oriented, a programming language must allow
Discussion:
6 comments Page 1 of 1.
Anushka Jha said:
4 weeks ago
To be called object-oriented, a programming language must fundamentally support the core principles of Object-Oriented Programming (OOP). These are commonly referred as the "four pillars of OOP".
Encapsulation.
Abstraction.
Inheritance.
Polymorphism.
Encapsulation.
Abstraction.
Inheritance.
Polymorphism.
MAJID IQBAL said:
1 decade ago
Inheritance:.
(1) The process of deriving a new class from an existing (Old) class is called inheritance.
(2) The Old class is referred a Base Class, and a new one is called as Derived Class.
(1) The process of deriving a new class from an existing (Old) class is called inheritance.
(2) The Old class is referred a Base Class, and a new one is called as Derived Class.
Swarali said:
1 decade ago
Inheritance is one of the major pillar of c++ which makes it object oriented programming.
Kamal borana said:
9 years ago
Because inheritance is a striking features of object oriented paradigm.
Vimal Vaiwala said:
1 decade ago
Inheritance is basically used to property of base class.
Rohini Bhakre said:
7 years ago
Inheritance inherits the properties of base class.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers