Can you name some types of inheritance?
What is multiple inheritance? Give Example
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
difference between overloading and overridding
What is a null tree?
What is the difference between procedural programming and oops?
what is the size of an empty class
DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.
What is difference between multiple inheritance and multilevel inheritance?
Which is the parameter that is added to every non-static member function when it is called?
what is the new version of c++
1 Answers Ignou, Pramata, Satyam,
What are the benefits of interface?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output