Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Nice tutorial, I think you have covered everything about abstract classes and methods. Please provide some difference between abstract class and interface.
- Amit
There are two classes person and Employee. You have created the object of person class. Is it ok? and where is ‘changeName’ method?
- Kapil
This is is not showing parameter value . i have use Person student= new Employee(“Deepak”,“Male”,20);
- deepak
1. abstract class can’t be instantiated 2. abstract class can contain definition of function with respect to these features, my question is— can we call those function which are defined in abstract class by reference of that class? if yes then why and how?
- Firoj Mujawar
can we override a non abstract method of abstract class . If yes then what is the use of making a method abstract in abstract class.
- vishnu
Abstract class can contain Constructor, if we cannot create an instance what is the use of this constructor.
- Raghuveer Kurdi
Abstract class can’t be instantiated. It is wrong what about anonymous class.
- manish
Hi Pankaj, Can u please tell me where we can use interfaces and abstract classes in realtime,could you please give me in realtime example.
- Rajesh
can i have more day to day life examoles on abstract class…
- shaurya gaurav mehta
i need to submit this morning. i have working out my self but i am unable to define it. define an interface that consists of methods that can operate on classes employee and student
- odelami emmanuel