Write A Program using Single and Multiple Inheritance.
Answer Posted / guest
#include<iostream.h>
{
class inheritance
int a;
{
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Why do we use oop?
State what is encapsulation and friend function?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What are the important components of cohesion?
can we make game by using c
Why do we use class in oops?
c++ program to swap the objects of two different classes
What are the 5 oop principles?
Where is pseudocode used?
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 object-oriented programming? Webopedia definition
What is cohesion in oop?
What is difference between inheritance and polymorphism?
What is polymorphism and why is it important?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?