What is the difference between inheritance and polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by multiple inheritance?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
explain defference between structure and class with example
What is the difference between const int *ptr and int const *ptr???
Can we have a private virtual method ?
What is virtual function?where and when is it used?
What is encapsulation oop?
what is the definition of incapsulation
Why do we use virtual functions?
What does sksksk mean in text slang?
The type of variable a pointer points to must be the part of pointer's definition so that:
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?