Give two or more real cenario of virtual function and
vertual object
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of abstraction?
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
What is the difference between C++ and java?
What are the benefits of interface?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What do you mean by variable?
What is Method overloading?
Precompilation ?
What is difference between polymorphism and inheritance?
Which is the only operator in C++ which can be overloaded but NOT inherited?
how does a main() in C++ is different from main() in C?