answersLogoWhite

0

homo sapien

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is called when transpiration occur in human?

I've reciently been learning about this in an AP class for my degree. I don't believe it has any other name, just Human Transpiration


What is the class that you learn about the human body called?

Human Anatomy, is the class where you learn about the human body, its parts and functions


What is the difference between classes and object in C?

An object is an INSTANCE of a class. Human is a class, while YOU are a person, an instance of Human class, but YOU do not represent the entire human class. Or, a class provides the abstraction, and an object is a typical example of that abstraction. Classes provide a blue print to build a real instance of an object.


What is the class name for a frog?

amphibia is the class name for the frog


What is the class name for starfish?

The class name for starfish is Asteroidea.


In the roman republic patrician referred to?

Patrician was a social class in ancient Rome. It was simply the name of a class, nothing more.Patrician was a social class in ancient Rome. It was simply the name of a class, nothing more.Patrician was a social class in ancient Rome. It was simply the name of a class, nothing more.Patrician was a social class in ancient Rome. It was simply the name of a class, nothing more.Patrician was a social class in ancient Rome. It was simply the name of a class, nothing more.Patrician was a social class in ancient Rome. It was simply the name of a class, nothing more.Patrician was a social class in ancient Rome. It was simply the name of a class, nothing more.Patrician was a social class in ancient Rome. It was simply the name of a class, nothing more.Patrician was a social class in ancient Rome. It was simply the name of a class, nothing more.


What is the scientific name of moss class Andreaeobryopsida?

The class name for the moss class Andreaeobryopsida is Andreaeobryopsida.


What is the common name for class?

The common class name for a ray is Chonrichthyes


Can you create a class without class name?

not created class


What is a good team name for a class. I am in seventh grade and for an assignment we have to come up with a name for our class. Any ideas?

a good class name is the riverdogs I think it is a good name. I have an idea a good class name is bulldogs or funny bunny.


What is the class name for millipedes?

Class: Diplopoda.


What does the statement Each object is said to be an instance of its class mean?

Every object is an instance of some classes. You and me are 2 instances of Human class. Sometimes developers get confused about class and objects. Developers see the code how an instance will behave from the class definition, and "thought" the class is the object, or the object is the class. It is like "I am a Human, and hence a Human is me. Or, 1 is an instance of int, and hence an int is 1. (Then what about 0, 2, 3, -1, ....)"