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

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 12SA: Assume the definition of class houseType as given in Exercise 11. Answer the following questions....
icon
Related questions
Question
Q 3 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 2 steps

Blurred answer
Knowledge Booster
Variables
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning