answersLogoWhite

0

A data structure (declared with the struct keyword) should be used to define a plain-old data type (a POD). A POD is a class, but one that has trivial construction and no invariants or methods (there is no encapsulation). PODs are primarily used for compatibility between C++ and C code, since C has no understanding of objects.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

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?

g terms in the context of object oriented programming


Explain different types of inheritance of object oriented programming?

== ==


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.


What is an essential of Object Oriented Programming?

The 3 essential concepts of Object Oriented Programming are:InheritanceEncapsulation &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 three concepts are the basis for object-oriented programming?

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


What is an inheritance Explain different types of inheritance in c?

C is not an object oriented language and therefore has no native support for inheritance.


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...


Explain the main features or characters of object oriented programming?

adAD


What is object in c sharp?

An object is a type of data structure. It's one of the most basic concepts in object-oriented programming (as you might guess from the name).


What is object concept in visual basic net?

The object concept is visual basic net is a part from a book. There are four key concepts of object-oriented development.


What has the author Rainer Weinreich written?

Rainer Weinreich has written: 'Concepts and techniques for object-oriented software development' -- subject(s): Development, Object-oriented programming (Computer science), Computer software