Answer Posted / asha
.In c more emphasis is given on procedure,but in c++ more
emphasis is given on data rather than procedure.
.In c the large program is divided into number of smaller
programs called modules,where as in c++ the program is
divided into objects.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write string class as your own class in java without using any built-in function
What is object in oops?
What is pointer in oop?
What is polymorphism explain?
What are the 4 pillars of oop?
What is a class oop?
What is class and object with example?
What is the diamond problem in inheritance?
What are the 5 oop principles?
Can destructor be overloaded?
What is the important feature of inheritance?
Can bst contain duplicates?
What is abstraction in oops?
What are properties in oop?
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.