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
What is abstraction example?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is abstraction with example?
What are functions in oop?
what's the basic's in dot net
write a programe to calculate the simple intrest and compund intrest using by function overlading
What are the two different types of polymorphism?
Why polymorphism is used in oops?
What are classes oop?
What is static modifier?
is there any choice in opting subjects like 4 out of 7
What is debug class?what is trace class? What differences are between them? With examples.
What are the 3 pillars of oop?
What are the 4 main oop principles?