Answer Posted / glibwaresoftsolutions
In literal terms, paradigm refers to a pattern or approach. Programming paradigms are approaches to solving programs of four different types: object-oriented, logical, functional, and imperative. An object-oriented paradigm is one in which methods are applied to objects as basis entities and encapsulation or inheritance functions are carried out.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can java cast null?
Can we have try block without catch block?
How do you find the independent variable?
Can classes declared using the abstract keyword cab be instantiated?
What is variable and constant explain with example?
Why is stringbuffer called mutable?
What does sprintf return?
Can you declare an interface method static?
What is executor memory?
What is immutability in java?
What is the difference between equals() and == in java?
Can we override private constructor in java?
What is thread life cycle in java?
What is super constructor?
What is identifier in java?