what is the main difference between c and c++?
Answer Posted / ramakrishna
Hi All,
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 ? | 30 Yes | 5 No |
Post New Answer View All Answers
can inline function declare in private part of class?
Can abstract class have normal methods?
What is encapsulation in ict?
What exactly is polymorphism?
What is encapsulation c#?
What are the features of oop?
to find out the minimum of two integer number of two different classes using friend function
What is protected in oop?
which feature are not hold visual basic of oop?
what are the realtime excercises in C++?
Is abstract thinking intelligence?
What is multilevel inheritance in oop?
What is polymorphism and example?
What is the real time example of inheritance?
State what is encapsulation and friend function?