which is platform independent device used in computers
Answer Posted / arun mavi 8800849839
the platform used by in the computer is main memory which is
the combination of CPU (central processing unit) and
ALU(arthmatical logical unit). and main memory
| Is This Answer Correct ? | 2 Yes | 6 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 polymorphism oop?
What is inheritance and how many types of inheritance?
Why is oop useful?
What is object in oop with example?
Can main method override?
Can static class have constructor?
What is encapsulation process?
What is protected in oop?
What are oops functions?
When not to use object oriented programming?
What are the 3 pillars of oop?
Why do we use inheritance?
What is polymorphism and example?
what are the ways in which a constructors can be called?