is java purely oop Language?

Answer Posted / rajeshkannan.g

YES.Because java programming contains classes and objects.

Is This Answer Correct ?    2 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the realtime excercises in C++?

2564


Can bst contain duplicates?

962


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

943


Where is pseudocode used?

764


Can an interface inherit a class?

800


Why do we use encapsulation in oops?

767


How oops is better than procedural?

843


Why is abstraction needed?

770


What is difference between pop and oop?

832


Can a varargs method be overloaded?

830


What is the difference between static polymorphism and dynamic polymorphism?

864


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3845


What is polymorphism and why is it important?

792


What is oops?what is its use in software engineering?

777


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

2077