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
What is the difference between a constructor and a destructor?
What is coupling in 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.
which feature are not hold visual basic of oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is coupling in oop?
Write a c++ program to display pass and fail for three student using static member function
What causes polymorphism?
Explain the concepts involved in Object Oriented programming.
What is the problem with multiple inheritance?
What is cohesion in oop?
What is oops and its features?
Are polymorphisms mutations?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)