Answer Posted / sridar
yes its a pure oops concepts...instead of multiple
inheritance we r using interface concepts...so we can say
its a pure object oriented language..
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
when to use 'mutable' keyword and when to use 'const cast' in c++
What is coupling in oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is the significance of classes in oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is multilevel inheritance?
What is encapsulation oop?
Why is abstraction used?
Is html an oop?
What makes a language oop?
Can you explain polymorphism?
What is object in oop with example?
to find out the minimum of two integer number of two different classes using friend function
#include
Can private class be inherited?