what is the main difference between c and c++?
Answer Posted / k.v.subrahmnyareddy
c is structure programing language, c++ is Objectoriented
programming language.
In c data security is not sufficient.
In c++ data security can be very much efficient to conept of
Encapsulation.
so, in real time industry environment data security is most
important.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the real life example of polymorphism?
Why is oop better than procedural?
What is constructor overloading in oop?
What is abstract class in oop?
What is encapsulation in oop?
Where You Can Use Interface in your Project
What is encapsulation c#?
What is encapsulation in oops?
what are the ways in which a constructors can be called?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why do we use class in oops?
write knight tour problem which is present in datastructure
What is the difference between a mixin and inheritance?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
program for insertion ,deletion,sorting in double link list