answersLogoWhite

0

Well...There are snakes, lizards, turtles, crocodiles, and alligators. (Yes, alligators and crocodiles are two totally different things! Trust me. I swear...)

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What animals represent class reptilian?

reptiles.................................................................................. like lizards, turtles etc


Is the turtle amphibious or reptilian?

Amphibious


Can a parent class access the functions of child class?

no, Parent class can not access the members of child class ,but child class can access members of parent class


Does a fox belong to the phylum reptilian?

Yes Because of Its K9 teeth and reproductive cycle


Is it true that a derived class inherits all the members of its base class?

False. A derived class inherits the public and protected members of its base class. Private members of the base class cannot be inherited.


AQWorlds is Protosartorium class for members?

Yes, the Protosartorium class is for members only.


What subgroup class where the velociraptors in?

Velociraptor was technically a reptile, though its traits were not very reptilian. It was a dinosaur belonging to the clade Theropoda and the family Dromaeosauridae.


What is a suffix for reptilian?

A suffix that could be added to "reptilian" is "istic," resulting in "reptilianistic."


When was Dominion Reptilian created?

Dominion Reptilian was created on 2003-05-03.


When was Reptilian - album - created?

Reptilian - album - was created on -20-12-11.


Carlos is the sixth tallest in his class and he is also the sixth shortest in his class How many people are in his class?

eleven, there are five people taller and five people shorter.


How does a class in c plus plus enforce data encapsulation?

Data encapsulation is enforced by restricting access to the class members. Access can be specified on a per-member basis, defaulting to private access for a class and public access for a struct. Private members are accessible to class members and to friends of the class. Protected members are the same as private members but are also accessible to derived class members. Public members are fully-accessible. Data members are typically declared private while interfaces are typically declared public or protected.