adplus-dvertising
frame-decoration

Question

How many basic types of inheritance are provided as OOP feature?

a.

4

b.

3

c.

2

d.

1

Answer: (a).4

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How many basic types of inheritance are provided as OOP feature?

Similar Questions

Discover Related MCQs

Q. Which among the following best defines single level inheritance?

Q. Which among the following is correct for multiple inheritance?

Q. Which programming language doesn’t support multiple inheritance?

Q. Which among the following is correct for hierarchical inheritance?

Q. Which is the correct syntax of inheritance?

Q. Which type of inheritance leads to diamond problem?

Q. Which access type data gets derived as private member in derived class:

Q. If a base class is inherited in protected access mode then which among the following is true?

Q. Members which are not intended to be inherited are declared as:

Q. While inheriting a class, if no access mode is specified, then which among the following is true? (in C++)

Q. If a derived class object is created, which constructor is called first?

Q. The private members of the base class are visible in derived class but are not accessible directly.

Q. How can you make the private members inheritable?

Q. How many types of inheritance are possible in C++?

Q. Which among the following is true?

Q. Which among the following best describes multiple inheritance?

Q. How many types of inheritance can be used at a time in single program?

Q. Which type of inheritance results in diamond problem?

Q. If 6 classes uses single level inheritance with pair classes (3 pairs), which inheritance will this be called?

Q. Which among the following is false?