Lorem ipsum dolor sit amet, consectetur adipiscing elit. Test link

Pinned Post

آخر المشاركات

Ukraine Says Russian Forces In Major City; US, Allies Rush Arms: 10 Facts

Russia Ukraine Crisis: Ukraine has rejected Russian suggestions that it was refusing to negotiate a ceasefire but said it was not ready to accept un…

After Ukraine's SOS, Elon Musk Activates Starlink Satellite Broadband

The service was activated 10 hours after Ukrainian Minister of Digital Transformation Mykhailo Fedorov urged Elon Musk to provide Starlink services …

10.1 Exception handling

Exceptions provide a way to react to exceptional circumstances (like runtime errors) in our program by transferring control to special functions c…

9.1 File Handling

A file is collection of related records, a record is composed of several fields and field is a group of character. This requires another standard …

8.9 Data Encapsulation

Encapsulation is the method of combining the data and functions inside a class. This hides the data from being accessed from outside a clas…

8.8 Data Abstraction

Object Oriented Programming has a special feature called data abstraction. Data abstraction allows ignoring the details of how a data type is repr…