different between structure and array

  • Thread starter Thread starter project
  • Start date Start date
P

project

Hi every body,
Any body can help me the following doubts?

1. what is constructor?
2. what is destructor?
3. what is overriding function.
4. different between structure and array
5. what is objected oriented
 
Is this homework?

project said:
Hi every body,
Any body can help me the following doubts?

1. what is constructor?
2. what is destructor?
3. what is overriding function.
4. different between structure and array
5. what is objected oriented
 
project said:
Hi every body,
Any body can help me the following doubts?

1. what is constructor?

<F1>
VS.Net
VB and VC#
Reference
VB language
VB language tour
Object-Oriented programming in VB
Understanding classes
-> Using constructors and destructors
2. what is destructor?

see above
3. what is overriding function.


<F1>
VS.Net
VB and VC#
Reference
VB language
VB language tour
Object-Oriented programming in VB
Understanding Classes
Class Properties, Fields...
-> Overriding Properties and Methods
Inheritance
-> Inheritance Basics

4. different between structure and array

Nothing that can be compared.

structure:

<F1>
VS.Net
VB and VC#
Reference
VB language
VB language tour
VB language features
Data Types
-> Structures: Your own data types

Array:

<F1>
VS.Net
VB and VC#
Reference
VB language
VB language tour
VB language features
-> Arrays
5. what is objected oriented

<F1>
VS.Net
VB and VC#
Reference
VB language
VB language tour
Object-Oriented programming in VB


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
* (e-mail address removed)-spam.invalid (project) scripsit:
[...]

I hate those double posts...
 
Back
Top