2. class Basel is derived from class Base2 and class Base3 is derived from class Basel. This is . A. Multiple. B. Multilevel. C. Hierarchical. D. Multilevel. inheritance
OOPs
In today's technology-driven world, computer programming skills are in high demand. The object-oriented programming (OOP) approach is very much useful while designing and maintaining software programs. Object-oriented programming (OOP) is a basic programming paradigm that almost every developer has used at some stage in their career.
Constructor
The easiest way to think of a constructor in object-oriented programming (OOP) languages is:
![Q1: Choose the correct answer:
1. Which of the following is correct about class and structure?
A. class data members are private by default while that of structure are public by default.
B. Pointer to structure or classes cannot be declared.
C. class data members are public by default while that of structure are private.
D. None of the mentioned
2. class Basel is derived from class Base2 and class Base3 is derived from class Basel. This is
A. Multiple.
B. Multilevel.
C. Hierarchical.
D. Multilevel.
3. Which one of the following options is incorrect?
A. Friend function can access public data members of the class.
B. Friend function can access protected data members of the class.
C. Friend function can't access private data members of the class.
D. All of the above
inheritance
4. The dot operator (class member access operator) connects the following two entities (reading from left to right)
A. A class member and a class object.
B.A class object and a class.
C.A class and a member of that class.
D. A class object and a member of that class.
5. Which of the following concepts provides the facility of using the object of one class inside another class?
A Encapsulation
B. Abstraction
C. Composition
D. Inheritance
6. The syntax of the heading of the operator function is:
A. returnType operator operatorSymbol(parameters)
B. objectName operator operatorSymbol(objectMembers)
C. objectName operator operatorSymbol(parameters)
D. return Type operator operatorName(parameters)
7. Which of the following is not a member of the class?
B. Static Function.
A. Friend Function
C. Inline Function
8. When the mode of inheritance is protected, the public methods (functions) in the base class are
derived class.
A. Inaccessible
B. Protected
C. Protected
D. Public
9. In inheritance, the order of execution of base class and derived class constructors are:
A. Base to derived
B. Derived to base
C. Random order
D. Virtual Function
in the
D. None of the mentioned](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F48079d7c-7248-4f29-b2fc-02e5764ca6aa%2F0a4112eb-2ed4-400c-ab4c-1c80352076c6%2Fil0rxkq_processed.jpeg&w=3840&q=75)
![](/static/compass_v2/shared-icons/check-mark.png)
In multilevel inheritance, a derived class is created from another derived class. Suppose class A is the parent class, class B is derived from class A, and class C is derived from class B this is the multilevel inheritance.
Hence, the correct option is (B),(D) - Multilevel inheritance.
Step by step
Solved in 2 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)