what is the main difference between c and c++?
Answer Posted / nizam
c is not powerful language and c++ is powerful language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is different between oops and c++
What exactly is polymorphism?
What is the significance of classes in oop?
What is a null tree?
What are the 4 main oop principles?
Why polymorphism is used in oops?
What is coupling in oop?
Why is oop useful?
Which language is not a true object oriented programming language?
Is enum a class?
What are the 5 oop principles?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Can we define a class within the interface?
Why do we use oops?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.