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
functions that return only a single value
#include files
inheritance
All of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
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.

Rohini Bhakre said:   7 years ago
Inheritance inherits the properties of base class.

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.

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.

Swarali said:   1 decade ago
Inheritance is one of the major pillar of c++ which makes it object oriented programming.

Post your comments here:

Your comments will be displayed after verification.