answersLogoWhite

0

What on earth do you mean? What on earth do you mean?

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you change your class in AQworlds?

Get another one and equip it


Can you change your class in aqcom?

Yes, all you have to do is buy another class and equip it from your inventory.


Another word for large group of working class people?

Blue collar workers is another description for a large group of working class people.


How did the streetcar affect life in the big city?

Middle class people now could afford to live just outside the city limits


What year did the first class of RNs from ucla?

It was the first year, no more people could get on the first Class, Some people had to go to the bottom Class.


What point did both Nikita Khrushchev and Richard Nixon both try to make in the “kitchen debate”?

that working class people could affored to buy houses


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.


How could people rise to a higher class?

By sucking dick


What do you understand by the word mobility?

the ability of somebody to change from one social group or class to another


The people in the highest social class in the city states of sumer were?

The people in the upper social class were kings, priests, government officials, and rich merchants. Upper class wives could also be in this class.


What is a form in Microsoft access?

It is a form inside another form. It is often used where tables are related, particularly in one to many relationships. So you could have a main form which shows the details of a class in a college and a subform which shows details of the people who are taking that class. When you view a different class, the list of students will automatically change too. The class would be from one table and the students from another, with the two tables being related to each other. The two forms can be created separately and then one put into the other. The sub form can also be viewed on its own.


What are nested structures?

Nested structures means we can have a structure inside another eg: struct A { ........... ............ struct B { ........ ........ }b; }a;