Book II: Chapter 8 - Inheritance - Identifying relationships between classes - Using classes and inheritance - Using abstract classes - Using sealed classes - Using interfaces Chapter 9 - File Input and Output - Implementing the file input and output operations - Implementing reading and writing in text files - Implementing reading and writing in binary files - Implementing the windo…
Book I: Chapter 1 - Intoduction to the Object-oriented Approach - Object-Oriented Methodology - Phases of Object-Oriented Methodology - Introducing C# Chapter 2 - Creating Objects - Declaring variables - Writing and Executing a C# Program Chapter 3 - Operators and Programming Constructs - Using operators - Using conditional constructs - Using loop constructs Chapter 4 - Encapsulatio…
The course Object-Oriented Programming Using C# introduces you to the implementation of object-oriented concepts using C# language. In addition, this course introduces implementation of various programming concepts, such as threads, file handling. delegates, and attributes using C#. The course also builds skills to develop console-based applications using VC#.NET. In addition, the course also p…
Case Study 1 : Personal Assistant Case Study 2 : VocEnhancer Case Study 3 : QuickMatch Case Study 4 : Shuffle Case Study 5 : The File Version Maintenance Utility
Learning Plan : Book 1 : Object Oriented Programming Using C# (Part 1) Book 2 : Object Oriented Programming Using C# (Part 2)
Chapter 1 ; Procedure-Oriented programming, Working with the main() method, Working with variables, Defining and using properties Chapter 2 : Examining primary system types, Implementing generics, Implementing partial classes, Implementing nullable types Chapter 3 : Comparing statistic and dynamic memory allocation, Differentiating between a structure and a class, Implementing constructors, I…