Answer Posted / sudha
"this" operator only access the current object.
| Is This Answer Correct ? | 41 Yes | 4 No |
Post New Answer View All Answers
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What are the data types in oop? explain sub-type and sub class?
atleast u have differ it into 4 points? What makes a language oop? 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? Is enum a class? program for insertion ,deletion,sorting in double link list
What is polymorphism and why is it important? Why is destructor used? What is interface? When and where is it used? How is polymorphism achieved? What is destructor example? What does I oop mean? 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 the main feature of oop?