Class:1. Is a logical construct which defines the shape and nature of an object.2. Is a Template for an object.Object:1. Is a real time entity.2. Is a instance of class.
The relationship between Classes and Objects can be defined in the easy way as The relationship between Maruti and a particular Maruti 800 DL 12 H 2343, implies when we talk about Maruti it gives us s...
Comment: Dependency Injection is more appropriate name than inversion of control.Purpose: Achieving polymorphism more flexibly through different server classesHow: Allocating (Injecting) the actual co...
Inversion Of Control (IoC) and Dependency Injection (DI) are concepts generally associated with the Spring Framework. The easiest way to think of Inversion Of Control is what Rod Johnson (founde...
Encapsulation and abstraction both solve same problem: Complexity; but in different dimensions.
Abstraction: Hides the implementation details of your methods. Provides a base to variations in the app...
tuba
Jun 10th, 2016
Abstraction is the method in which we write its coding in another class. In which we do not know how our function work example SMS in which we only send message we do not know how we send it or what m...
Abstract classes and pure virtual functions are represented by writing their names in italics.An abstract class can also be marked with the {abstract} property. i.e
you can write this {abstract} besides the abstract class name.Static members are represented as underlined members.
Regs,PSK