answersLogoWhite

0

Hiding means a class cannot see the definition. Overriding implies that a class must see that to "override"

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What brain imaging method takes advantage of the magnetic properties of different atoms to take sharp three dimensional images?

Which brain imaging method uses magnetic properties of different atoms to take sharp, three-dimensional images of the brain.


How do youp make cake in sharp microwave oven?

what is the method of baking cake in SHARP microwave oven


Can you use random method in If Statement in c sharp?

Yes


Are there 2 different sharp signs?

Yes - the sharp (#) and the double-sharp (x).


What is a snow leopard's method of defense?

Snow leopard's have a few different natural defenses. Their coats provide camouflage in the snow, they have long fangs, they have long and sharp claws, and they have quick reflexes.


How do the teeth of herbivores different from those of carnivores?

Herbivores have a little of sharp tooth, carnivore has a lot of sharp but not all


What are the different notes?

a flat( or g sharp),a, b flat( or a sharp), b, c flat (or b sharp), c, c sharp (or d flat), d, e flat (or d sharp), e, f flat( or e sharp), f, f sharp ( or g flat)and g.


What are the different musical?

a flat( or g sharp),a, b flat( or a sharp), b, c flat (or b sharp), c, c sharp (or d flat), d, e flat (or d sharp), e, f flat( or e sharp), f, f sharp ( or g flat)and g.


How will I transfer a Sharp FO-71 automatic fax to telefax?

they are two completely different systems - sharp FO-71 is a termal fax machine, telex is a different system.


Is A sharp the same key as A flat?

No. An A flat is the same as a G sharp and an A sharp is the same as a B flat. A flat and A sharps are two different notes, although they are the same distance from A.


How is ash different then household dust?

it has a sharp, crystalline structure.


What is coding of swaping of two numbers without using third variable in c sharp?

// Arithmetic method a = a + b; b = a - b; a = a - b; // XOR method a = a ^ b; b = a ^ b; a = a ^ b;