Multiple Virtual Storage (MVS)

Multiple Virtual Storage (MVS) First let us start with an insight to the topic Multiple Virtual Storage. MVS stands for Multiple Virtual Storage and this is the technology used mainly with IBM mainframe systems. MVS origin is interesting to know. The first developed technology was MVT which stands for Multitasking with a Variable number of Tasks which supported the multitasking facility. Then this got improved to a technology called SVS also called as Single Virtual Storage in which several tasks share the same adddress space. From Single Virtual Storage only… Read More

Features of OOP

Features of OOP OOP stands for Object Oriented Programming and the language that support this Object Oriented programming features is called Object oriented Programming Language. An example of a language that support this Object oriented features is C++. Features of Object oriented Programming The Objects Oriented programming language supports all the features of normal programming languages. In addition it supports some important concepts and terminology which has made it popular among programming methodology. The important features of Object Oriented programming are: Inheritance Polymorphism Data Hiding Encapsulation Overloading Reusability Let us… Read More