Answer Posted / mathi
Java is not a pure oop lang. Smalltalk is a pure oop
language.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
Which is better struts or spring?
Why oops is important?
When not to use object oriented programming?
What is oops and why we use oops?
What is abstraction with example?
What does <> mean pseudocode?
How is polymorphism achieved?
What is the important feature of inheritance?
Templates mean
Can you explain polymorphism?
What is the difference between inheritance and polymorphism?
Explain the advantages of inheritance.
Prepare me a program for the animation of train
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 real time example of encapsulation?