Articles by Team EasyExamNotes

PPL: Exception Handler in C++

Purpose of Exception Handling: Try-Catch Blocks: Throwing Exceptions: Catching Exceptions: Standard Exceptions: Custom Exception Classes: Multiple Catch Blocks: Order of Catch Blocks: Unhandled Exceptions: Rethrowing … Read more

PPL: OOP in PHP

OOP IN PHP   Viva Vice on OOP in PHP   Q1. What is OOPS? OOPS is abbreviated as Object Oriented Programming system in which programs … Read more

PPL: Exceptions

EXCEPTIONS Viva Voce on Exceptions   Q1. What is the difference between error and exception in java? Errors are mainly caused by the environment in which … Read more

PPL: Data types

DATA TYPES A data type defines a collection of data values and a set of predefined operations on those values. Types of data types- 1) … Read more