what is the main difference between c and c++?
Answer Posted / bindu kango
c is a middle label language,while c++is a high label
language.c can't support all the function of c++ where as
c++ support all the function of c.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation selenium?
What is encapsulation with example?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Can you inherit a private class? What are the important components of cohesion? Which type does string inherit from? write a C++ program for booking using constructor and
destructor.
Explain the concepts involved in Object Oriented programming. 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 do you mean by Encapsulation? How is polymorphism achieved? What is an interface in oop? What is byval and byref? What are differences between them? What are the 3 principles of oop? What is overriding in oops?