Can't Instantiate Abstract Class : Abstract classes cannot be instantiated directly, meaning you cannot create objects of an abstract class using the new keyword. Abstract classes can contain abstract methods, which are methods without a body. Su...
jeetbhalu.hashnode.dev1 min read
No responses yet.