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

Answer Posted / yashwant

object oriented prog. introduces the concept of object &
class.In object oriented lang. data member can be made
public, private, & protected. eg:- c++,java, etc.
c++ is advanced form of c. In one
hand c is procedure laugauge where as on other side c is
object oriented. we have some additional keywords in c than
c++.ex:-new etc.c++ also allows 256 char to store.

Is This Answer Correct ?    28 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the operator in c++?

632


Difference between declaration and definition of a variable.

589


What is flush programming?

576


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

1804


Is c++ free?

581






Why do we use classes in programming?

576


Explain overriding.

608


What is stack unwinding?

606


How compile and run c++ program in turbo c++?

631


What is a try block?

640


Do you know what is overriding?

617


How can an improvement in the quality of software be done by try/catch/throw?

592


What should main() return in c and c++?

527


How do I start a c++ project?

587


What is the need of a destructor? Explain with the help of an example.

568