- A. member x of object y
- B. member y of object x
- C. member y of object pointed by x
- D. All
Show Answer
Correct Answer: member y of object x
Sub Topic: C++
Posted by: Atif
Show Answer
Sub Topic: C++
Posted by: Atif
- A. Zero
- B. One
- C. Two
- D. None
Show Answer
Sub Topic: C++
Posted by: Atif
Show Answer
Sub Topic: C++
Posted by: Atif
- A. Data Hiding
- B. Data Encapsulation
- C. Data Abstraction
- D. All of these
Show Answer
Correct Answer: Data Abstraction
Sub Topic: C++
Posted by: Atif
Show Answer
Sub Topic: C++
Posted by: Atif
- A. We can’t create its objects
- B. We can’t create pointers to an abstract class.
- C. It contains at least one pure virtual function
- D. We can create references to an abstract class.
Show Answer
Correct Answer: We can’t create pointers to an abstract class.
Sub Topic: C++
Posted by: Atif
- A. Function Overriding
- B. Function Overloading
- C. All
- D. None
Show Answer
Correct Answer: Function Overloading
Sub Topic: C++
Posted by: Atif
Show Answer
Sub Topic: C++
Posted by: Atif
- A. It is invoked when object goes out of the scope
- B. Like constructor it can also have parameters
- C. It can be virtual
Show Answer
Correct Answer: Like constructor it can also have parameters
Sub Topic: C++
Posted by: Atif