what is the main difference between c and c++?
Answer Posted / no
objrd.Read();
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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?
Why is polymorphism important in oop?
State what is encapsulation and friend function?
what type of questions
What is the point of oop?
What are two types of polymorphism?
What is polymorphism explain its types?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Which is not an object oriented programming language?
What does and I oop mean?
What type of loop is a for loop?
What is the difference between a mixin and inheritance?
How to use CMutex, CSemaphore in VC++ MFC
What is polymorphism explain?
How do you define a class in oop?