Answer Posted / umesh yeware
Inheritance is the key feauture of object oriented
programming in which you can aquire some or all the
properties of one class into the other class by ihheriting
it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the instance of an object?
Is math an abstract class in java?
How will you get the platform dependent values like line separator, path separator, etc., ?
How can we create a synchronized collection from given collection?
Is logger a singleton?
Write a program to search a number in the given list of numbers.
What is difference between local variable and global variable?
Explain the public class modifier?
Can you explain the private protected field modifier?
What do you mean by jjs in java8?
Does a function need a return?
Can we override final method?
What are the types of sockets in java?
What happens if an exception is not handled in a program?
Difference between static and dynamic class loading.