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 | 5 No |
Post New Answer View All Answers
What is inheritance in oop?
#include
What is the difference between static polymorphism and dynamic polymorphism?
What is polymorphism what is it for and how is it used?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is oops with example?
What is polymorphism give a real life example?
How Do you Code Composition and Aggregation in C++ ?
Is enum a class?
What is variable example?
Why do we need polymorphism in c#?
to find out the minimum of two integer number of two different classes using friend function