answersLogoWhite

0

Is class abstract or concrete

User Avatar

Anonymous

7y ago
Updated: 10/3/2021

The noun 'class' is a concrete noun as a word for a physical group of people.

The noun 'class' is an abstract noun as a word for things belonging together based on common attributes, qualities, or traits; a given group in society.

User Avatar

Jody Fay

Lvl 10
3y ago

What else can I help you with?

Related Questions

What is subclass of an abstract class called?

A Concrete class


How do you create a concrete method inside abstract class?

The same way you create a concrete method in a concrete class. When a class is abstract, it can contain abstract methods. That doesn't mean that all methods must be abstract. Hope this helps.


How do you write concrete method inside abstract class?

There is no difference with method declaration and implementation between abstract and non-abstract classes. You do the exact same thing when writing a concrete method in either an abstract or non-abstract class.


What is an abstract class Write the syntax Declare a pure virtual function in an abstract class?

an abstract class is nothing but class which contains both abstract and concrete methods for abstract class we r nt create object Syntax for pure abstract class is abstract class x { public void abstract y(); public void abstract z(); public void abc() { }


Can abstract class have constructors?

A constructor of a class in invoked when a object of that class is created. As an abstract class can't have an object, so we can't create a constructor of the abstract class. But we can create a constructor of a concrete subclass of that abstract class and we have to pass the object of that concrete subclass to the abstract class.


Is class a concrete or abstract noun?

The noun 'class' is a concrete noun as a word for a physical group of people.The noun 'class' is an abstract noun as a word for things belonging together based on common attributes, qualities, or traits; a given group in society.


Is Class abstract or concrete noun?

The noun 'class' is a concrete noun as a word for a physical group of people.The noun 'class' is an abstract noun as a word for things belonging together based on common attributes, qualities, or traits; a given group in society.


Is Natalie A Concrete noun or a abstract?

is Natalie a concrete or a abstract


Can a class in java extend both abstract class and concrete class?

An Abstract class is similar to an interface. You cannot instantiate them, but you can extend them. Any class that extends the abstract class has to provide the implementation to the abstract methods. Hence these classes can be used as a skeleton to similar classes where some common functionality may be required. Such functionality can also be embedded into these classes. Unlike interfaces, abstract classes can have method code also. So they are very useful.


Is vacation a concrete or abstract noun?

Abstract


Is Natalie a concrete or a abstract?

is Natalie a concrete or a abstract


Is award an abstract or concrete noun?

An award is the physical form of an honor, and is a concrete noun.