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 is a list c++?
How are virtual functions implemented in c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is using namespace std in c++?
write a programme to get a character and thier ASCII value
Write is a binary search tree? Write an algo and tell complexity?
Why c++ is not a pure oop language?
What is a node class in c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Which format specifier is used for printing a pointer value?
What do you mean by volatile and mutable keywords used in c++?
What is called array?
Where the memory to the static variables is allocated?
What is stack unwinding?
What is the most useful programming language?