What is this pointer in oop?
No Answer is Posted For this Question
Be the First to Post Answer
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What are the fields of vtable
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
can you give real time example for polymarphism
Can we create object of class with private constructor?
What is abstract class in oop?
how to create thread in java?
17 Answers IBM, Infosys, Wipro,
What are two types of polymorphism?
What is a function in oop?
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
1. Define a class.