What is Object Oriented programming.what is the difference
between C++ and C?

Answer Posted / shiv

all above given is bull shit , all that is just bookish
language ,
use both and feal the difference . you wont abe able to
judge minute differences unless and untill you have mastred
it .

till then rely on above answers.

Is This Answer Correct ?    26 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define Virtual function in C++.

625


What are virtual constructors/destructors?

578


What is std :: flush?

576


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

636


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

1510






How come you find out if a linked-list is a cycle or not?

571


What is the need of a destructor?

638


What is algorithm in c++ programming?

588


Why do we need function?

599


What are the c++ access specifiers?

775


What is binary object model?

600


What is type of 'this' pointer?

596


How is modularity introduced in C++?

768


What is implicit conversion/coercion in c++?

656


Why would you use pointers in c++?

623