kartikwat
- 49
- 0
What does object based programming mean?how does it localises the implementation details ,i tried to read it from book but i dint got it.
The discussion revolves around the concept of object-based programming, particularly in the context of C++. Participants explore its definition, how it localizes implementation details, and its distinction from object-oriented programming. The conversation includes inquiries about specific language features and references to educational materials.
Participants do not reach a consensus on the definition and implications of object-based programming, with multiple competing views and ongoing questions about specific concepts and terminology.
Participants note that the understanding of object-based programming is influenced by the specific programming language being discussed, and that the original poster's textbook may not be widely known among contributors.
This discussion may be useful for students learning about programming concepts, particularly those studying object-based programming in C++ or similar languages, as well as educators seeking to clarify these concepts for their students.
http://en.wikipedia.org/wiki/Object-oriented_programmingkartikwat said:What does object based programming mean?
adjacent said:
kartikwat said:What does object based programming mean?
kartikwat said:how does it localises the implementation details ,i tried to read it from book but i dint got it.
Filip Larsen said:In short, object-based programming is when you are being object-oriented in a language that not necessarily has no direct support of objects, i.e. mechanisms like encapsulation, inheritance, polymorphism and so on. In those languages you have to manually program these mechanisms in if you want them and the language has no native support for it. For instance, in Javascript you can use function instances to act as objects, and in C you can use structs and function pointers. Depending on the language it may not be an easy thing to do.
It strongly depends on the language in question, so your question can only be answered in very general terms. Do you have a specific language in mind? And which book are you referring to?
kartikwat said:I refer to sumita arora class 12 book.
kartikwat said:I refer to sumita arora class 12 book.
Filip Larsen said:In short, object-based programming is when you are being object-oriented in a language that not necessarily has no direct support of objects ...
It strongly depends on the language in question, so your question can only be answered in very general terms. Do you have a specific language in mind?
AlephZero said:The thread title says "Object based programming in C++".
I hereby retract my question about which language the OP is thinking of kartikwat said:i can't get what it means.
jtbell said:Start at the top of the first page. Tell us where you first get "stuck."