what is the main difference between c and c++?
Answer Posted / prabhu
C is a Procedure Oriented Language(POP)
C++ is Object Oriented Programming Language(OOP)
C is Top-Down Approach
C++ is Bottom up Approach
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
program for insertion ,deletion,sorting in double link list
What are the 3 principles of oop?
Are polymorphisms mutations?
Is oop better than procedural?
Which is not an object oriented programming language?
What is constructor in oop?
What type of loop is a for loop?
What is polymorphism and example?
Can static class have constructor?
what is the drawback of classical methods in oops?
What is difference between multiple inheritance and multilevel inheritance?
What is object and class in oops?
Why is abstraction needed?
What is the renewal class?