What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
2 14736
How do you define social class?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Can abstract class have normal methods?
What are functions in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is the difference between a constructor and a destructor?
What are the types of abstraction?
What is a class in oop?
What is polymorphism and example?
Is data hiding and abstraction same?
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 is byval and byref? What are differences between them?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is polymorphism give a real life example?
What is the difference between a mixin and inheritance?