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
Write a program in C++ for Fibonacci series
Keyword mean in declaration?
what you know about c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Can I create my own functions in c++?
Explain the different access specifiers for the class member in c++.
What is c++ runtime?
Does c++ vector allocate memory?
You want to link a c++ program to c functions. How would you do it?
Do you need a main function in c++?
Is python written in c or c++?
What is this weird colon-member (" : ") syntax in the constructor?
Are vectors passed by reference c++?
Can you overload the operator+ for short integers?
Define token in c++.