what is the main difference between c and c++?
Answer Posted / ajay khare
c++ is advance of c and more secure
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whats oop mean?
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 polymorphism in oop example?
explain sub-type and sub class? atleast u have differ it into 4 points?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is the real time example of encapsulation?
What is the use of oops?
What is use of overloading?
program for insertion ,deletion,sorting in double link list
What are the advantages of polymorphism?
What is ambiguity in inheritance?
What is oops in simple words?
Why do we use encapsulation in oops?
What is pointer in oop?
How is class defined?