7 years ago
in Introduction To C++ Language
Dragons have wings like a bird and scales like a lizard. In object oriented verabage, we would say this is an example of ?
Loading...
Overall Stats
Attempted
144
Correct
33
Incorrect
25
Viewed
86
Answers
Arpit Bora -
4 months ago
Arpit Bora is saying Multiple inheritance is correct answer
Vaishnavi Patil -
4 months ago
Vaishnavi Patil is saying Aggregation is correct answer
AMAN KUMAR VERMA -
4 months ago
AMAN KUMAR VERMA is saying Multiple inheritance is correct answer
Atharva Tirkhunde -
4 months ago
Atharva Tirkhunde is saying Polymorphism is correct answer
Blank OP -
4 years ago
Blank OP from Bacolod City, Philippines is saying Multiple inheritance is correct answer
Related Questions
The process by which objects of one class acquire the attributes of another class is known as............?
- [A] Inheritance
- [B] Polymorphism
- [C] Data Abstraction
- [D] Binding
C++ was originally developed by ?
- [A] Colcksin and Mellish
- [B] Donald E.Knuth
- [C] Sir Richard Handlee
- [D] Bajarne Stoustrup
Polymorphism is implemented through which mechanism in C++ ?
- [A] Late Interpretation
- [B] Late Binding
- [C] Early Binding
- [D] Overloading
Re-usability is a desirable feature of a language as it is ?
- [A] Decreases the testing time
- [B] Lowers the maintenance cost
- [C] Reduce the compilation time
- [D] Reduces the exectution time
Why every program begins with main () in C++ ?
- [A] As this is from the compiler knows that program execution actually starts.
- [B] Because its name is main
- [C] Both A and B
- [D] None of above