Posted inAnalog & Digital Communication What is Noise? Posted by admin August 13, 2021 Noise is an unwanted signal, which interferes with the original message signal and corrupts the parameters…
Posted inBasics Strategy Pattern Posted by admin August 13, 2021 Strategy pattern falls under the behavioral design patterns. It’s very useful when you have an…
Posted inBasics Object-Oriented Analysis And Design — Design Patterns (Part 6) Posted by admin August 13, 2021 Design Patterns A design pattern provides a general reusable solution to a common design problem.…
Posted inBasics Object-Oriented Analysis And Design — Design Principles (Part 5) Posted by admin August 13, 2021 Design Principles Programming is full of rules. When you learn a language, you spend…
Posted inBasics Types of Messages Posted by admin August 13, 2021 Synchronous Message It’s a message where the caller object has to wait for the receiving…
Posted inBasics Object-Oriented Analysis And Design — Interaction Models (Part 4) Posted by admin August 13, 2021 Interaction models shows the interaction between the components of a system, or between the…
Posted inBasics Abstract Class Posted by admin August 13, 2021 An abstract class is a class that can’t be instantiated; can’t create objects from it.…
Posted inBasics Types of Relationships Posted by admin August 13, 2021 Inheritance When we say, “a student IS-A person”, “an employee IS-A person” “a car IS-A…
Posted inBasics Constructor and Destructor Posted by admin August 13, 2021 Whenever you create an object, you need to construct that object, meaning you assign all…
Posted inBasics Object-Oriented Analysis And Design — Structural Models (Part 3) Posted by admin August 13, 2021 Structural models of software display the organization of a system in terms of the components…