Posts

Showing posts from August, 2018

B.TECH CSE BT ECE(oop's)- Abstract class

Abstract class in C++ is the one which is not used to create objects. These type of classes are designed only to treat like a base class (to be inherited by other classes). It is a designed technique for program development which allows making a base upon which other classes may be built. In C++ language, programmers can use access modifiers to define the abstract interface of the class. A C++ class may contain zero or more access labels: As you all became familiar that members defined within the public access specifier are accessible to l parts of the program. The data abstraction of a type can be viewed or classified by its public members. When the access specifier is in private mode, members defined in the private mode are not accessible to code that uses the class. The private section is designed specifically for hiding the implementation of code within a C++ program. There is no limitation on how access modifiers may appear within a program. The specific acces...

B.TECH CSE BIO ECE- OOP'S

HI students here i attached study materila for oops  Ch1 Click here to download