what is the main difference between c and c++?
Answer Posted / debakanta rout
Actually c is a procedural programming language which
cann't face the real world problem. It has some drawback
like a global data is shared by all function and if in a
large program it is find out difficult that which function
uses which data.
On the other hand c++ is an object oriented programming
language which eliminate some pitfall of conventional or
procedural programming language. It is a concept or
approach for designing a new software. It is nothing to do
with any programming language although a programming
language which support the oops concept to make it easier
to implement.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is oops in simple words?
What is difference between multiple inheritance and multilevel inheritance?
What are the important components of cohesion?
What is the benefit of oop?
What are the benefits of polymorphism?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
How do you achieve runtime polymorphism?
Why do we use encapsulation in oops?
what are the ways in which a constructors can be called?
What are the 5 oop principles?
How do you define social class?
What is new keyword in oops?
Can enum be null?
What are objects in oop?