what is the main difference between c and c++?
Answer Posted / raghav ji
the main deference between c and c++ is that c is a
procedural language having no security while c++ is the
object oreanted programing language having more security
power and concepts like
1. bottom up approach
2. classes
3. objects
4. overload
5. inheritens etc...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is methods in oop?
Which language is not a true object oriented programming language?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is abstraction in oop with example?
What is solid in oops?
What is advantage of inheritance?
Why is abstraction used?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< is there any choice in opting subjects like 4 out of 7 c++ program to swap the objects of two different classes Is react oop? What is oops in simple words? What is object-oriented programming? Webopedia definition