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 does it mean when someone says I oop?
What is debug class?what is trace class? What differences are between them? With examples.
What is an example of genetic polymorphism?
What are the two different types of polymorphism?
What are the 3 pillars of oop?
What is oops and its features?
What is difference between multiple inheritance and multilevel inheritance?
What is the difference between a mixin and inheritance?
can inline function declare in private part of class?
What is polymorphism what are the different types of polymorphism?
What is the benefit of oop?
Why do while loop is used?
What is the difference between inheritance and polymorphism?
class type to basic type conversion
What is polymorphism in oop example?