answersLogoWhite

0

Mammalia fall within the amniota, as do reptilia which in turn include turtles, lizrds, crocodiles and birds. Amniotaare a subclass of tetrapoda, having an egg with an amnios or pouch within which an embryo develops.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Give an example of constructor and destructor in derived class?

class superclass { public: superclass() {... } // c'tor public: virtual ~superclass() {... } // d'tor }; // superclass class derived: public superclass { public: derived() : superclass() { ... } // derived c'tor public: virtual ~derived() {... } // derived d'tor }; // derived class


What superclass does the perch fish belong to?

The perch belongs to the Osteichthyes superclass.


Is object of superclass created when object of derived class is created?

Not as a separate instance. The derived class instance can be used anywhere a superclass instance is expected, so it is an instance of the superclass in that respect, and a superclass constructor will be called at creation time. However, it will always act like an instance of the derived class, even if it is explicitly cast to the superclass. So overridden methods will always call the derived class method, regardless of how an outside caller refers to the instance.


How do explicitly invoke superclass constructor from a subclass?

Using the super keyword. If you call super() from within your constructor, it will explicitly invoke the superclass version of the constructor.


What class is the elephant in?

Elephants belong to the class Mammalia.


Is mammalia a kingdom?

No. Mammalia is not a kingdom, but the kingdom it is in is called Animalia


What class does a fox belong in?

They're mammals Mammalia.


What are characteristics of mammalia?

Characteristics of Mammalia: 1) Mammalia (most of them ) are viviparous i.e., lay young babies . 2) Mammalia have mammary gland for production of milk. 3) Body of Mammalia are covered with hairs. 4) They have teeth. 5) They have cutaneous glands.


What class do a bull belong?

A bull belongs to the class Mammalia.


What is the class for an gray wolf?

The grey wolf is in the class Mammalia.


What is specialization.Explain how it is different from generalisation?

A generalization specialization relationship indicates a commonality and similarity between classes. It indicates that a superclass (generalization class) and subclass (specialization class) have common attributes, operations, and relationships. A superclass has the most general attributes, operations, and relationships that may be shared with subclasses. A subclass is a specialization of a superclass.


What is the feature of mammalia?

1) Mammalia (most of them ) are viviparous i.e., lay young babies . 2) Mammalia have mammary gland for production of milk. 3) Body of Mammalia are covered with hairs. 4) They have teeth. 5) They have cutaneous glands.