OOPs Concepts Programming and Technical

Inheritance is the process by which

-Object of one class acquires the properties of objects of another class
-Variable of one class acquires the properties of variable of another class
-Object of one class acquires the properties of objects of same class
-Variable of one class acquires the properties of objects of another class

Read Solution (Total 4)

OOPs Concepts Other Question

How many characters are recognized by ANSI C++?

-32
-64
-no limit
-none of these
Class members are by default

-Public
-Private
-Protected
-Inherited