answersLogoWhite

0


Best Answer

g terms in the context of object oriented programming

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain the Abstraction terms in the context of object oriented programming Also explain how these concepts are implemented in C by giving an example program for each?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the concepts of object oriented programming in c plus plus?

The concepts of OOP in C++ are the same as for OOP in any other programming language: abstraction, encapsulation, inheritance and polymorphism.


What is the distinct difference between object oriented concept and object oriented programming?

Object oriented concepts are a generalisation of the object oriented principals (encapsulation, inheritance, polymorphism and abstraction) without specifying a particular implementation of those principals. Object oriented programming is the application of those principals through an object oriented programming language.


What is the components of OOPS?

Java is an object oriented programming language. The various object oriented concepts in it are: * Class * Object * Instance * Method * Inheritance * Polymorphism * Abstraction * Encapsulation etc...


What are the features of object oriented program?

The features of object oriented programming are Abstraction, Encapsulation, Polymorphism & Inheritance


What is an essential of Object Oriented Programming?

The 3 essential concepts of Object Oriented Programming are:InheritanceEncapsulation &Polymorphism


What are components of object oriented programming?

abstraction,encapsulation,inheritence,polymorphism,object


What three concepts are the basis for object-oriented programming?

Classes, objects and methods are the three concepts for OOP programming.


What are the basic concept of object oriented programming language?

Inheritance Encapsulation Polymorphism Abstraction


What is abstraction in Object Oriented Programming?

Abstraction, not only in OO, in programming in general, is to present a group of concepts in very short sentence, sometimes just a word, to exchange idea.When using 1 word to present some concepts and behaviors, they are easily translated into a class (from a noun), a data member (a noun as well), or a function (a verb) in OO!!A program, that word is an abstraction to tell you that a piece of software is executable (but where, how and what it does are expressed in that word or idea)Another way to look at Abstraction: You know what it represents, but you don't know what it is exactly, that "abstraction" is an excellent one.


All object-oriented programming languages must have the 3 following features?

Abstraction, encapsulation and polymorphismare the three fundamental features of an object oriented programming language.


Why is Java called an Object Oriented Programming Language?

Actually java is not purely object oriented.because we can use the primitive data types in Java.In java all those things or considered as classes and objects .So we are called java is an object oriented programming language...


Explain the following tearm in the context of object oriented programming Also explain how these concept are implement in c by given an example program for each?

Explain the following terms in the context of object oriented programming. Also explain how these concepts are implemented in C++ by giving an example program for each.