Answer Posted / vikas patel
when we creat the more inheritance the help of the base
inheritance..the main use of the multiple inheritance for
creat Interface..
ex..
class A
{
}
class B
{
}
class C
inherit A,B
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the full form of oops?
What polymorphism means?
What is object and example?
Is this job good for future? can do this job post grduate student?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Is data hiding and abstraction same?
Explain the concepts involved in Object Oriented programming.
Why is abstraction needed?
What is abstraction with example?
How does polymorphism work?
What is the fundamental idea of oop?
What type of loop is a for loop?
Can we define a class within the interface?
Why is encapsulation used?