overriding function

  • 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
 
You've already asked this and got answers. Here is mine again:
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:
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

Sure you had a look at the documentation that comes with VB.NET?
 
Back
Top