You are on page 1of 21

Emerging Technologies (IT-3302)

Week # 05

Usman Akbar
usman.akbar@superior.edu.pk
FB Group - SuperiorUniversity2016
Lecture Review

Last lecture review


 C # Classes / Objects / Methods
 C# - Encapsulation
 Public
 Private
 Protected

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 2


Account: (Class with an Instance Variable) Set/Get Methods

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 4


Data members / Methods

SetName Parameter List

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 5


Account Class with a Property Rather Than Set and Get Methods

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 6


Software Engineering with Set and Get Methods

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 7


Class (AccountTest) Using Account’s Name Property

Before

Setting
After

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 8


Invoking Class Account’s Name Property to Set the Name

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 9


Output

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 10


Question

Questions….?
Class Task

Write Console C# Program, which implement set/get


concept on Student class for Exam class to print result of
semester.

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 12


Break Time

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 13


Account Class: Initializing Objects with Constructors

Same

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 14


EMERGING TECHNOLOGIES ( USMAN AKBAR ) 15
Class AccountTest: Initializing Account Objects

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 16


Account Class with a Balance
&
Processing Monetary Amount

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 17


Account Class

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 18


Main Program AccountTest

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 19


Question

Questions….?
Home Work

Run all class practive codes provides in Google Drive

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 21


References

C# 6 for Programmers ( Chapter # 4 )

Social Community Help ….!


 https://code.msdn.microsoft.com/
 https://www.codeproject.com/
 http://stackoverflow.com/
 https://www.tutorialspoint.com/csharp
 https://www.visualstudio.com

EMERGING TECHNOLOGIES ( USMAN AKBAR ) 22

You might also like