What are objects in oop?
No Answer is Posted For this Question
Be the First to Post Answer
Why is polymorphism used?
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 abstract class in oops?
what is overloading
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?
what is different between oops and c++
What is function overloading?,describe it with the example.
What is destructor give example?
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
Can a varargs method be overloaded?
what is virtual destructor
difference between static and non-static variables?