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
What jobs can you get with a c++ certification?
What are the differences between java and c++?
Explain the difference between realloc() and free() in c++?
How is objective c different from c++?
What is enum class in c++?
How do you sort a sort function in c++ to sort in descending order?
Are iterators pointers?
What is the purpose of ios::basefield in the following statement?
What is flush () in c++?
How do you find out if a linked-list has an end?
What is meant by entry controlled loop?
What is a container class?
Why null pointer is used?
What does catch(…) mean?
Write a function to find the nth item from the end of a linked list in a single pass.