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();
}
No Answer is Posted For this Question
Be the First to Post Answer
The expansion of GNU
How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)
What is destructor oops?
how to find the correct email address format by using the programe?
What is for loop and its syntax?
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
What is encapsulation in oop?
what is a binary overloading
What is inheritance in simple words?
how to swap to variables without using thrid variable in java?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.