answersLogoWhite

0


Best Answer

Carbohydrates are based on sugars and combinations of sugars.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the subclass of carbohydrates?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is every class in java is subclass of itself?

A class can be a subclass of another class, not of itself.A class can be a subclass of another class, not of itself.A class can be a subclass of another class, not of itself.A class can be a subclass of another class, not of itself.


What is the difference between a specialization hierarchies and specialization lattices?

Specialization Hierarchy - has the constraint that every subclass participates asa subclass in only one class/subclass relationship, i.e. that each subclass hasonly one parent. This results in a tree structure.Specialization Lattice - has the constraint that a subclass can be a subclass of morethan one class/subclass relationship.


What is the phylum of subclass prototheria?

Prototheria are in the phylum subclass chordata.


Is rosidae a subclass or it is roids a subclass?

Rosidae is a subclass of the class Magnoliatae. They are a group of trees and herbs and shrubs, mostly with flowers that are polypetalous.


What subclass is a koala in?

The koala is in the subclass 'Marsupialia', which belongs to the class Mammalia. It is a marsupial and a mammal.


What are three types of squids?

Subclass Nautiloidea: nautilus,Subclass Coleoidea: squid, octopus, cuttlefish


Catfish perch salmon and cod are members of what subclass of fishes?

They are part of the ray-finned subclass.


When a subclass can call a parent's class constructor?

A subclass invokes its base class constructor at the point of instantiation. That is; you cannot instantiate a subclass object without first constructing its base class, which is done automatically.


Why base class constructor is first invoked in subclass constructor?

The base class constructor is invoked first when a subclass is instantiated, because the base class must be viable and consistent before the subclass constructor is fired.


Subclass of bony fish with rayed fins?

Most of them come under the subclass "Actinopterygii"


What is elasmobanchii?

Elasmobranchii is a subclass for sharks


In Java is a class a subclass of itself?

No.