How would you stop a class from class from being derived or
inherited.
Answer Posted / siva
Final Class...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is inheritance in simple words?
What is the real time example of encapsulation?
What exactly is polymorphism?
What is polymorphism what is it for and how is it used?
How many human genes are polymorphic?
can inline function declare in private part of class?
What is polymorphism programming?
Why do we need polymorphism in c#?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why is there no multiple inheritance?
What is the real time example of inheritance?
Why do we use oops?