what is the main difference between c and c++?
Answer Posted / amit dhar
c is a procssor langauge
c++ is a oop language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is oops and why we use oops?
write a program that takes input in digits and display the result in words from 1 to 1000
What are the features of oop?
What is object and class in oops?
Why is destructor used?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
How to call a non virtual function in the derived class by using base class pointer
What is encapsulation in ict?
Why interface is used?
What is property in oops?
What is oops in simple words?
What are the 4 pillars of oop?
What is interface in oop?
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
Please send ford technologies placement paper 2 my mail id