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 the problem with multiple inheritance?
What is the advantage of oop over procedural language?
What is purpose of inheritance?
What is the use of oops?
what's the basic's in dot net
What is protected in oop?
What is overloading in oop?
What is object in oop with example?
How is class defined?
to find out the minimum of two integer number of two different classes using friend function
What is difference between data abstraction and encapsulation?
What is use of overloading?
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!!!)
2. Give the different notations for the class.\
Whats is abstraction in oops?