How Do you Code Composition and Aggregation in C++ ?
Answer Posted / mohan rathod
Perfect Answer.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is byval and byref? What are differences between them?
What is abstraction oop?
Why do we use class in oops?
Can a destructor be called directly?
How do you explain polymorphism?
What is inheritance write a program to show use of inheritance?
What is object-oriented programming? Webopedia definition
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is class and object with example?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is advantage of inheritance?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is the important feature of inheritance?
What is object in oop?
When not to use object oriented programming?