Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

bartleby

Concept explainers

Question
Q 2 please
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
expand button
Transcribed Image Text: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
Expert Solution
Check Mark
Step 1

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.

Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education