Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

is java purely oop Language?

Answer Posted / manik

yes.
To be truly considered "object oriented", a programming language should support at a minimum four characteristics:
Encapsulation--implements information hiding and modularity (abstraction)
Polymorphism--the same message sent to different objects results in behavior that's dependent on the nature of the object receiving the message
Inheritance--you define new classes and behavior based on existing classes to obtain code re-use and code organization
Dynamic binding--objects could come from anywhere, possibly across the network. You need to be able to send messages to objects without having to know their specific type at the time you write your code. Dynamic binding provides maximum flexibility while a program is executing
Java meets these requirements nicely, and adds considerable run-time support to make your software development job easier.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whats oop mean?

1030


when to use 'mutable' keyword and when to use 'const cast' in c++

2155


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4740


What is the difference between encapsulation and polymorphism?

1101


Why is polymorphism used?

1035


What is class and example?

1169


What is polymorphism what is it for and how is it used?

1011


can inline function declare in private part of class?

4394


explain sub-type and sub class? atleast u have differ it into 4 points?

2306


What is a superclass in oop?

1169


Explain the concepts involved in Object Oriented programming.

1219


What does enum stand for?

1114


What is an interface in oop?

1036


What is polymorphism what are the different types of polymorphism?

1005


What is solid in oops?

1115