Answer Posted / anu
object oriented programming system
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why interface is used?
What is polymorphism and its types?
program for insertion ,deletion,sorting in double link list
what is graphics
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is object and class in oops?
What is difference between data abstraction and encapsulation?
What is the real time example of encapsulation?
What is inheritance in simple words?
Why is there no multiple inheritance?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
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 advantage of oop over procedural language?
Can abstract class have normal methods?