is java purely oop Language?

Answer Posted / prashant

java is a not oopl

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

622


What is the use of oops?

614


Describe these concepts: Polymorphism, Inheritance and Abstraction.

604


What is a null tree?

621


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1383






what type of questions

1688


What is object in oop?

671


How Do you Code Composition and Aggregation in C++ ?

24185


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1973


What is the example of polymorphism?

552


Why we use classes in oop?

571


What is the difference between inheritance and polymorphism?

581


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

1826


What is property in oops?

559


Write a program to sort the number with different sorts in one program ??

1910