Answer Posted / mohanapriya
java is partially object oriented concept.....
if we say any language is pure object oriented,everything
should be as object.
but in java except string,no other access through object...
that is int,char,etc...
we can do by creating object and access int,char,etc.....
but cant say that without creating object ,cant access.(can
access without creating object).....
so java-partially oops
smalltalk-pure oops.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between multiple inheritance and multilevel inheritance?
What is object in oop with example?
What does I oop mean?
Who invented oop?
What is multilevel inheritance explain with example?
What is interface in oop?
What is variable example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is polymorphism in oops with example?
what type of question are asked in thoughtworks pair programming round ?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is polymorphism explain?