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 operator Name(parameters) 7. Which of the following is not a member of the class? A. Friend Function B. Static Function. C. Inline Function 8. When the mode of inheritance is protected, the public methods (functions) in the base class are derived class. D. Virtual Function in the

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Q 4 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
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
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Data members
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.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education