Answer Posted / raj
What is meaning of "Explicitly hides a
member inherited from a base class"?
I mean what exactly trying to say please please tell me.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What are the two different types of polymorphism? What is encapsulation in oop? Why is polymorphism needed? Give two or more real cenario of virtual function and
vertual object What is polymorphism and why is it important? Write a program to sort the number with different sorts in
one program ??
What is meant by multiple inheritance? when to use 'mutable' keyword and when to use 'const cast'
in c++ What is oops in simple words? write knight tour problem which is present in datastructure What are two types of polymorphism? Plese get me a perfect C++ program for railway/airway
reservation with all details. What is Difference Between Inheritance and creating object
and getting data? means
Class A extends B{
B.getMethod();}
(OR)
Class A{
b obj=new B();
obj.getMethod();
} Can we have inheritance without polymorphism?