what is the main difference between c and c++?
Answer Posted / shrikant
c c++
1.pop language. 1.oop language.
2.32 keywords are used. 2.48 keywords are used.
3.Top to bottom. 3.Bottom to top.
4.Declare variable is 4.Declare variable is
neccessary. not neccessary
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to hide the base class functionality in Inheritance?
Can a varargs method be overloaded?
What is the difference between encapsulation and polymorphism?
What is object-oriented programming? Webopedia definition
Explain the advantages of inheritance.
What are two types of polymorphism?
What is abstraction in oops?
Can we define a class within the interface?
Why is polymorphism important in oop?
What are the two different types of polymorphism?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is overloading in oops?
Which type does string inherit from?
What is a class and object?
What is protected in oop?