Can abstract class have normal methods?
No Answer is Posted For this Question
Be the First to Post Answer
to find out the minimum of two integer number of two different classes using friend function
What is the default size allocated for array in the statement if size not specified " int a[] "
swapping program does not use third variable
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
what is virtual function in c++
How to Increment the value of the empid E001 for each and every employee by using the programe?
What is difference between inheritance and polymorphism?
What is this interview room ? Is it a class or an object.
What is deep and shalow copy?
what is the difference between virtual function and destoctor?
What is the difference between procedural programming and oops?
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?