is java purely oop Language?

Answer Posted / p.naveenreddy

ya ofcourse java is a pure objected oriented programing
language because any language which is supporting and
satisfying encapsulation polymorphism and inheritance we can
say that that language is a object oriented programing lanugage

1. eventhough it is supporting primitive data types they
are declared inside the class only hence outside the class
they are not available so it is satisfying encapsulatiopn to
maximum extent

2.directly we can say it is satisfying polymorphism

3.in java multiple inheritance is avoided but it is
supporting and satisfying major part of the inheritance
concepts

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between inheritance and polymorphism?

761


Why do we use class in oops?

740


can inline function declare in private part of class?

3951


How can you overcome the diamond problem in inheritance?

946


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

935


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2045


What is difference between polymorphism and inheritance?

798


Advantage and disadvantage of routing in telecom sector

1005


Is this job good for future? can do this job post grduate student?

1898


What is a function in oop?

815


Why multiple inheritance is not allowed?

786


What is encapsulation with real life example?

772


Why do pointers exist?

857


What is polymorphism and example?

767


What is balance factor?

799