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 jobs can you get with a c++ certification?

678


What are the differences between java and c++?

609


Explain the difference between realloc() and free() in c++?

635


How is objective c different from c++?

877


What is enum class in c++?

792






How do you sort a sort function in c++ to sort in descending order?

672


Are iterators pointers?

773


What is the purpose of ios::basefield in the following statement?

889


What is flush () in c++?

661


How do you find out if a linked-list has an end?

757


What is meant by entry controlled loop?

742


What is a container class?

710


Why null pointer is used?

675


What does catch(…) mean?

722


Write a function to find the nth item from the end of a linked list in a single pass.

655