what is the main difference between c and c++?
Answer Posted / bhupendra singh
C follows procedural oriented approach and in procedural
oriented programmers are more focussed on functions rather
than data, how they write the program is more concerned
rather than security. But in object oriented programmer's
have given more priority to data than blocks.
Also procedural oriented terms difficult to understand ,but
object oriented meets real world existing system every thing
is considered as objects. I cannot write a program like
factorial but i can write a class called person...
This is main difference between c and c++.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the problem with multiple inheritance?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Why is destructor used?
What is coupling in oop?
What language is oop?
Why do we use inheritance?
Is abstract thinking intelligence?
write a C++ program for booking using constructor and destructor.
What is polymorphism in oop example?
How do you answer polymorphism?
State what is encapsulation and friend function?
What is oops with example?
What is difference between abstraction and encapsulation?
explain sub-type and sub class? atleast u have differ it into 4 points?
write knight tour problem which is present in datastructure