answersLogoWhite

0


Best Answer

As many as you want to be, and more than what you think there are!

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the different types of classes in object oriented technology?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why multiple inheritance needed in object oriented technology?

to access the data from one or more classes to the sub classes


Did java oriented language works on object?

Java is an object oriented language, and it works with classes and objects.


Why c is object oriented programming languages?

C isn't an object oriented language... C++ is, because it has classes.


With object oriented analysis programmers identify?

classes


What is c plus plus called object oriented programming language?

C++ is an extension of C; object-oriented capabilities - basically, the possibility of defining classes and of creating objects based on those classes - have been added to the original C.C++ is an extension of C; object-oriented capabilities - basically, the possibility of defining classes and of creating objects based on those classes - have been added to the original C.C++ is an extension of C; object-oriented capabilities - basically, the possibility of defining classes and of creating objects based on those classes - have been added to the original C.C++ is an extension of C; object-oriented capabilities - basically, the possibility of defining classes and of creating objects based on those classes - have been added to the original C.


What is FileInfo Class in C?

There are no classes in C -- it is not an object oriented language. As such there is no FileInfo class.


What is package in oop object oriented programming?

A package is basically a group of related classes.


What has the author David A Taylor written?

David A. Taylor has written: 'Object-oriented technology' -- subject(s): Database design, Object-oriented databases, Development, Computer software 'Object-oriented information systems' -- subject(s): Management information systems, Object-oriented databases, System design


Explain different types of inheritance of object oriented programming?

== ==


How you can implement object oriented concepts using non-object oriented language?

Nope. And Do not attempt.An objected oriented language must have the following features built in in the language itself:Inheritance (hierarchy of classes)Polymorphism (this one is almost impossible for non-OO language to achieve). That is, different classes or objects have the same name of operation but implemented differently, and hence the outcome are different as well.Encapsulation, not just the data members, but also the methods/operations or functions. For non-OO language, this is will not be an easy one, if it is possible to start with.


What is odbc in terms of vb?

Object is the class from which every other class or object in .Net derives from. This is designed in this way to bring out the pure object oriented functionality and thus make .net a pure object oriented technology It's only because of this design that even you customs classes is having methods like GetHashCode(), ToString(), Equals(), ReferenceEquals() etc which are originaly methods defined in object class and got inherited to your type because of this OO Design


When was object oriented programming invented?

Making it's appearance in the late 1950's and early 1960's, object-oriented programming (OOP) was developed and first used at Massachusetts Institute of Technology.