What is the real time example of encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
How can you overcome the diamond problem in inheritance?
What is virtual class and friend class?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
difine hierarchical inheritance.
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){...}
What is polymorphism in oops with example?
what does exactly the linker do?
Explain virtual inheritance?
What is command routing in MFC
Explain polymorphism? What r the types of polymorphism? pls give examples?
What is abstraction in oop?
write a program that takes input in digits and display the result in words from 1 to 1000