Answer Posted / prem kumar sp
Hi.. All
According to Me Java is an Pure Object Oriented Programming
Language.. because
1.It supports all the features of object oriented programming
2. we can write an java application with out using primitive
data types, we can use wrapper classes instead on primitive
data types
{ex instead of int we can use Integer, instead of double we
can use Double}
3. Java Supports multiple inheritance through interfaces
so we can write a full fledged object oriented programs
using java...
Hence it is pure object oriented programming language
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between static polymorphism and dynamic polymorphism?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Can abstract class have normal methods?
Which language is not a true object oriented programming language?
What is meant by multiple inheritance?
what type of questions
What is the point of oop?
How do you use inheritance in unity?
How to use CMutex, CSemaphore in VC++ MFC
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is difference between multiple inheritance and multilevel inheritance?
Why do pointers exist?
What does and I oop mean in text?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is the purpose of enum?