Answer Posted / prasad salpekar
Inheritance basically refers to the characterstics of
a new class which is been aquired by an existing class
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which type does string inherit from?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is object in oop?
Can we create object of abstract class?
Can bst contain duplicates?
What is coupling in oops?
What are the 5 oop principles?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What are the 4 main oop principles?
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.
What is and I oop mean?
What is class encapsulation?
write a program that takes input in digits and display the result in words from 1 to 1000
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(); }