answersLogoWhite

0

What are sub-classes?

Updated: 9/14/2023
User Avatar

Wiki User

12y ago

Best Answer

There are 8 subclasses of the whirl fingerprint. These are: radial loop, ulnar loop, plain arch, tented arch, plain whorl, accidental, double loop and central pocket

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are sub-classes?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Biology

What are subclasses of systemic physiology?

y


What is the insect's Kingdom Phylum and Class?

Superregnum: Eukaryota Regnum: Animalia Subregnum: Eumetazoa Superphylum: Protostomia Phylum: Arthropoda Subphylum: Hexapoda Classis: Insecta Subclasses: Apterygota - Pterygota - Zygentoma you may consider Regnum as Kingdom its just the latin equivilent. I do not know what any of this means!


What are the subclasses of synovial joint?

1) Gliding or planar joints 2) Hinge joints 3) Pivot joints 4) Condyloid or ellipsoidal joints 5) Saddle joints 6) ball-and-socket joints


How does inheritance helps prevent errors in programming?

Inheritance is an object oriented feature supported by Java wherein the features of one Java class can be inherited/made available in another class. This creates a parent child relationship between these 2 classes. Class Inheritance in java mechanism is used to build new classes from existing classes. The inheritance relationship is transitive: if class x extends class y, then a class z, which extends class x, will also inherit from class y. Object-oriented programming allows classes to inherit commonly used state and behavior from other classes.Example:public class Parent {private String name = "Rocky";public String getName(){return this.name;}}public class Child extends Parent {public static void main(String[] args){System.out.println("Name in Parent is: " + getName());}}Here the getName() method is available only in the parent class but is directly used in the child class because the method is public and is directly accessible to the child class since it has extended the parent class.Benefits of Inheritance:One of the key benefits of inheritance is to minimise the amount of duplicate code in an application by sharing common code amongst several subclasses. Where equivalent code exists in two related classes, the hierarchy can usually be refactored to move the common code up to a mutual superclass. This also tends to result in a better organisation of code and smaller, simpler compilation units.Inheritance can also make application code more flexible to change because classes that inherit from a common superclass can be used interchangeably. If the return type of a method is superclass


What does inherited mean in science?

The closest definition of inheritance in java given by the dictionary is: "something, as a quality, characteristic, or other immaterial possession, received from progenitors or predecessors as if by succession"mlnoun1.something that is or may be inherited; property passing at the owner's death to the heir or those entitled to succeed; legacy.2.the genetic characters transmitted from parent to offspring, taken collectively.3.something, as a quality, characteristic, or other immaterial possession, received from progenitors or predecessors as if by succession: an inheritance of family pride.4.the act or fact of inheriting by succession, as if by succession, or genetically: to receive property by inheritance.5.portion; birthright; heritage: Absolute rule was considered the inheritance of kings.6.Obsolete . right of possession; ownership.

Related questions

What other subclasses are there for mammals?

The 3 subclasses of mammals are monotremes, marsupials and placental mammals.


What is subclasses in java?

Subclasses are classes that inherit from parent classes. i.e. ArrayList is a subclass of List.


What are subclasses of systemic physiology?

y


What modifier do you use to prevent that class from having any subclasses?

In Java, you use the final modifier to prevent a class from having any subclasses.


What are the subclasses of mammels?

They are Monotremes, marsipuals, eutherians.


What types of values can be thrown in java?

Only instances of subclasses of throwable can be used in conjunction with the throw keyword. In java all exceptions and errors are subclasses of throwable.


What are the potential of treating two related classes as subclasses of some superclasses?

If you do that, many definitions and later changes have to be done but in a single place, where they will affect the two (or more) subclasses.


What are the potential advantages of treating two related classes as subclasses of some superclasses?

If you do that, many definitions and later changes have to be done but in a single place, where they will affect the two (or more) subclasses.


Common features to form an hierarchy of classes and subclasses?

Generalization


What is the class hierarchy in dbms?

In a relational database management system (RDBMS), the class hierarchy typically includes the following levels: database server, databases, tables (or relations), columns (or attributes), and rows (or tuples). The database server manages connections, access control, and query processing. Databases contain tables, which store data arranged in rows and columns. Columns define the attributes, while rows represent individual records.


Is oil and fat made up of lipids?

fats and oils are subclasses of lipids


What are the subclasses and what kind of animal goes in it?

Eutheria / placental mammals Metatheria / marsupials Prototheria / monotremes