Course Overview:
This course is designed to impart knowledge on the object-oriented concepts and implementation using C# with examples and applications.
- Get an idea of Class and objects.
- Overload several operators, functions and constructors.
- Inherit the properties from the base class.
Aims & Objective:
The students are:
- Able to design program for any application using classes and objects.
- Able to construct program using operator overloading and functions using constructors for any requirement.
- Able to decompose different classes and use parent class properties in another class, it saves programmer’s effort also line of code.
- Able to design applications using data storage for long time in the form of files. There are many different types of files as per requirement.