answersLogoWhite

0

  • Inheritance, together with encapsulation and polymorphism, is one of the three primary characteristics (concept) of object-oriented programming
  • Inheritance enables you to create new classes that reuse, extend, and modify the behavior that is defined in other classes
  • The Class whose methods and variables are defined is called super class or base class
  • The Class that inherits methods and variables are defined is called sub class or derived class
  • Sometimes base class known as generalized class and derived class known as specialized class
  • Keyword to declare inheritance is ":" (colon) in visual c#

LEarn Design Pattern,C#,ASP.NET,LINQ,Sharepoint,WCF,WPF,WWF

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is single inheritance in oops?

Single Inheritance is the concept of deriving a class properties from a single base class


Does java support oops concept?

Yes. Java is an Object Oriented Programming Language and it supports the OOPS concepts like Inheritance, Polymorphism etc


Is cpp complete oops?

No, C++ is not a strict OOP language as like Java and C#. C++ supports all OOPS concept like Encapsulation, Polymorphism, Inheritance etc. But C++ provides a way to expose the private data to outside world using friend functions, which is a violation of OOPS.


What are the characteristics of OOPS?

Data Encapsulation, Abstraction, Inheritance, Polymorphism


What is a synonymm for oops?

OOPS refers to Object Oriented Programming Structure. Some common terms used in oops are # Inheritance # Polymorphism # Encapsulation # Data hiding etc..


Examples for oops concepts?

polymorphism,inheritance,encapsulation,objects,classes


What type of language is delphi whether it is a oops or procedural?

its not a oops concept, its a procedural concept in data structure as well as data ananlysis n algorthim


Oops concept in oracle?

Each entity is consider as a object


What is oops.explain briefly the elements of oops?

if any system supports for abstraction,encapsulation,inheritance and polymorphism.


What does a video game designers work in?

there is oops concept http://coders-blog.com/


Main deffrent between c and cpp?

The main difference between c and c++ is the concept of 'Object Oriented Programming' (OOPS). Thus c does not have the benefits of oops like: 1. abstraction 2. encapsulation 3. inheritance 4. polymorphism etc.


What is the type of inheritance that would suggest the concept of blending?

Blending inheritance suggests a type of inheritance where the traits of the parents are mixed together in the offspring, resulting in an intermediate phenotype. This concept contrasts with the idea of particulate or Mendelian inheritance, where discrete units (alleles) are passed from parents to offspring without blending.