OOPS
November 11, 2023OOPS
November 11, 2023OOPS
|
Question 7
|
Which of the following statements is true about C++ language?
|
C++ supports multiple inheritance
|
|
|
C++ does not support operator overloading.
|
|
|
C++ supports dynamic polymorphism
|
|
|
C++ supports interface definitions.
|
|
|
Both A and D
|
Question 7 Explanation:
C++ supports multiple inheritance.
C++ supports operator overloading.
C++ supports static polymorphism.
C++ supports interface definitions.
C++ supports operator overloading.
C++ supports static polymorphism.
C++ supports interface definitions.
Correct Answer: E
Question 7 Explanation:
C++ supports multiple inheritance.
C++ supports operator overloading.
C++ supports static polymorphism.
C++ supports interface definitions.
C++ supports operator overloading.
C++ supports static polymorphism.
C++ supports interface definitions.
