Describe these concepts: Polymorphism, Inheritance and Abstraction.
No Answer is Posted For this Question
Be the First to Post Answer
What is an object?
create a c++ program that will accepts 9 inputs using 3 by 3 array.
what are the ways in which a constructors can be called?
Why is abstraction used?
What is polymorphism what are the different types of polymorphism?
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?
what is function over loading?
What are the valid types of data that the main () can return in C/C++ language
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
What is the oops and benefits of oops programming?
What is destructor example?
• What are the desirable attributes for memory managment?