Write A Program using Single and Multiple Inheritance.
Answer / guest
#include<iostream.h>
{
class inheritance
int a;
{
| Is This Answer Correct ? | 1 Yes | 3 No |
Can we create object of abstract class?
How do you define a class in oop?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
what is the advantage in software? what is the difference between the software developer and Engineer
Which is the parameter that is added to every non-static member function when it is called?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is polymorphism what are the different types of polymorphism?
What is polymorphism what is it for and how is it used?
i hav very low percentage in 12th n BSCwhich is around 50.......coz it was just imposed on me 2 b a science graduate,nw m doin MCA n hav aggregate 74% ....what shud i answer if company's HR ask me about dis much low previous percentage??????
What is Virtual Keyword?
What is overloading and its types?