who is the founder of c++?
Answers were Sorted based on User's Feedback
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
Why do we use oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Differences between inline functions and non-inline functions?
c++ program to swap the objects of two different classes
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
WHEN A COPY CONSTER IS CALL ?
What is the difference between const int *ptr and int const *ptr???
write a C++ program for booking using constructor and destructor.
Conversion from a basic type to a class type may be achieved using______________
What is difference between new and malloc?