Advertisements
Advertisements
Question
What is a paradigm? Mention the different types of paradigm.
Solution
The paradigm means organizing the principle of a program. It is an approach to programming. There are different approaches available for problem-solving using computers. They are Procedural programming, Modular Programming, and Object-Oriented Programming.
APPEARS IN
RELATED QUESTIONS
The mechanism by which the data and functions are bound together into a single unit is known as ______
Insulation of the data from direct access by the program is called as ______
Which of the following concept encapsulate all the essential properties of the object that are to be created?
Which of the following is the most important advantage of inheritance?
“Write once and use it multiple time” can be achieved by ______
What is polymorphism?
How are encapsulation and abstraction are interrelated?
What do you mean by modularization and software reuse?
Define information hiding.
Write a note on the basic concepts that support OOPs?