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
Why do we use encapsulation in oops?
What does and I oop and sksksk mean?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is an example of genetic polymorphism?
What is class and object with example?
What does I oop mean?
write a program to find 2^n+1 ?
Can static class have constructor?
What is abstraction with example?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is the use of oops?
Get me an image implementation program.
What is object and example?
What is abstract class in oop?