• Skip to main content
  • Skip to primary sidebar
  • Computer Architecture
  • Computer Networks
  • DBMS
  • OS
  • Software Engineering
  • Security
  • OOT
binary-terms-logo

Binary Terms

The Computer Science & IT Guide

Object Oriented Technology

Multiple Inheritance in Object Orientation

23rd June 2020 by Neha T Leave a Comment

Multiple inheritance in object orientation is a form of generalization which allows a class to inherit features from multiple super class. Using the concept of multiple inheritance, you can derive an object that incorporates the information from multiple classes. Multiple inheritance elevates the potential of programming languages and increases the possibility of reusing the … [Read more...] about Multiple Inheritance in Object Orientation

Aggregation in Object Orientation

12th June 2020 by Neha T Leave a Comment

Aggregation in object orientation is a kind of association which relates two objects by ‘part-of whole’ relationship that’s why it is possible only in a binary association. Aggregation is a ‘has-a’ relationship between two class like a car has a wheel, an engine has a gearbox and so on. Discovering aggregation in a class model is just a matter of judgement. In this section, … [Read more...] about Aggregation in Object Orientation

Link and Association

10th June 2020 by Neha T Leave a Comment

Link and association in UML represent the relation between objects and classes. Link is used to establish the relation between the objects in the object diagram. Association is used to represent the relation between the classes. In the problem statement provided to develop the software, link and association are presented by the verb. In this section, we will be discussing … [Read more...] about Link and Association

Class Model

28th May 2020 by Neha T Leave a Comment

Class model defines the structure of the entire system by identifying the static structure of objects in that system. A class model defines attributes and operations for the objects of each class and also the relationship between the objects in the systems. A class model prepares the platform for the other two models i.e. the state model and interaction model. Class model is … [Read more...] about Class Model

Object Oriented Development

27th May 2020 by Neha T Leave a Comment

When we talk about the object oriented development, we are actually considering the life cycle of software which include analysis, design and implementation of the software. Object oriented development focuses on identifying and organizing the application concept instead of the implementation of the software. In this section, we will study the object oriented development … [Read more...] about Object Oriented Development

Object Orientation

25th May 2020 by Neha T Leave a Comment

Object Orientation is the software engineering concept which represents the software as a cluster of distinct objects. Each object comprises both data structure i.e. it’s storage structure and functioning i.e. its behaviour. In object orientation concept data structure and behaviour of each object is tightly coupled. The object orientation concept is broadly classified into … [Read more...] about Object Orientation

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2

Primary Sidebar

Most Searched Terms

  • Directory Structure
  • Contiguous Memory Allocation
  • Addressing Mode and its Types
  • Pipelining
  • Vector Processing
  • Register Organization
  • Direct Memory Access (DMA)
  • Process Control Block (PCB)
  • Swapping in Operating System
  • Relational Data Model

Recent Additions

  • Packet Switching
  • Wired Local Area Network
  • Multiple Access Control
  • Hardwired Control Unit
  • Producer Consumer Problem
  • Interprocess Communication (IPC)
  • Cloud Ecosystem
  • System Software
  • Data Link Layer Design Issues
  • Cloud Architecture

Categories

  • Cloud Computing
  • Compiler Design
  • Computer Architecture
  • Computer Networks
  • Data Warehouse and Mining
  • DBMS
  • Object Oriented Technology
  • Operating System
  • Security
  • Software Engineering

Copyright © 2023 · Binary Terms · Contact Us · About Us · Privacy