what are the disadvantages of C++?
Answer Posted / rajesh patil
it is not pure object oriented language.
| Is This Answer Correct ? | 103 Yes | 38 No |
Post New Answer View All Answers
What is overloading in oops?
What is use of overloading?
State what is encapsulation and friend function?
What does <> mean pseudocode?
What are the data types in oop?
What is and I oop mean?
What do you mean by abstraction?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is abstract class 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
What is the oops and benefits of oops programming?
What is interface? When and where is it used?
What is oops in simple words?
what are the different types of qualifier in java?
Why oops is important?