Which among the following doesn’t come under OOP concept?a) Data hidingb) Message passingc) Platform independentd) Data binding
Question
Which among the following doesn’t come under OOP concept?a) Data hidingb) Message passingc) Platform independentd) Data binding
Solution 1
The answer is c) Platform independent. This is because platform independence is not a concept of Object-Oriented Programming (OOP). It is a feature of some programming languages, like Java, that allows code to be run on any platform or operating system without modification.
The other options, data hiding, message passing, and data binding, are all concepts of OOP.
- Data hiding is the practice of hiding the internal details of how an object works.
- Message passing is the process by which an object sends, receives, or processes information.
- Data binding is a technique to bind data sources from the provider and consumer together and synchronize them.
So, the correct answer is c) Platform independent.
Solution 2
The answer is c) Platform independent. This is because platform independence is not a concept of Object-Oriented Programming (OOP). It is a feature of some programming languages, like Java, that allows the code to be run on any platform or operating system without modification.
On the other hand, data hiding, message passing, and data binding are all concepts of OOP.
- Data hiding is the practice of hiding the internal details of how an object works.
- Message passing is the process by which an object sends, receives, or processes information.
- Data binding is a technique to bind data sources from the provider and consumer together and synchronize them.
These are all key principles of OOP, which is a programming paradigm that uses "objects" – data structures consisting of data fields and methods together with their interactions – to design applications and computer programs.
Similar Questions
Which of the following OOP concept binds the code and data together and keeps them secure from the outside world?OptionsPolymorphismInheritanceEncapsulationAbstraction
The information to be communicated in a data communications system is the ________
Which is not feature of OOP in general definitions?Select one:a.Duplicate/Redundant datab.Code re-usabilityc.Efficient Coded.Modularity
Which feature of OOP displays essential information and hides the rest in C++?Choose the best optionClear ResponseEncapsulationAbstractionInheritancePolymorphism
Which of the following is the example of data communication?Select one:a.E-Mailb.Video streamingc.Audio streamingd.All of the mentioned
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.