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
What is difference between inheritance and polymorphism?
Why do we use class in oops?
can inline function declare in private part of class?
How can you overcome the diamond problem in inheritance?
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.
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is difference between polymorphism and inheritance?
Advantage and disadvantage of routing in telecom sector
Is this job good for future? can do this job post grduate student?
What is a function in oop?
Why multiple inheritance is not allowed?
What is encapsulation with real life example?
Why do pointers exist?
What is polymorphism and example?
What is balance factor?