Object Oriented Programming1 Course Content for Student
Object Oriented Programming1 Course Content for Student
This section serves to precise the skills, notions, concepts and theories, to be acquired in the course, in line with the objectives.
(This content is communicated to the students at the beginning of the semester).
1 Introduction To VB.NET 4
- What is VB.NET
- The .NET Framework
- Integrated Development Environment (IDE) for VB.NET
- Why use Visual Basic?
- VB program structure
- VB compiling and executing.
VB.NET Programming with the Console
- Creating a VB.Net project
- Object Oriented Concepts
- Basic syntax
- VB.Net Keywords
- Datatypes
- Variables
- Constants
2 - Modifiers - 4
- Statements
- Operators
- Conditional statements
- Loops
Do loop
While loop
For….next loop
For each … next loop
With loop
3 - Strings 4
- Date and time
- Arrays
- Multidimensional array
- Functions
4 - Sub 4
- Classes
- Objects
- Exception handling
- File handling