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 is a template?
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
why constructor cannt be declar virtually? why destructor cannt be overloaded?
What are the 5 oop principles?
Can we have inheritance without polymorphism?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
what is code for call by value and call by reference?
Please tell me the oops concept with detailed answer
what is object slicing?
What is object in oop with example?