What polymorphism means?
No Answer is Posted For this Question
Be the First to Post Answer
What is class in oop with example?
Can we create object of class with private constructor?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
How to call a non virtual function in the derived class by using base class pointer
how to swap to variables without using thrid variable in java?
What is destructor oops?
What is virtual constructors/destructors?
suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
Write A Program using Single and Multiple Inheritance.
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
write a program to print * * * * * *