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
What is the difference between numeric and integer?
How we can run a jar file through command prompt in java?
What is a dynamic array java?
Tell some latest versions in JAVA related areas?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Difference between method overloading and method overriding in java ?
What is singleton class in java and how can we make a class singleton?
What is the difference between hashmap and hashtable in java?
What does the append?
What is an iterator interface in java programming?
Is string a data type in java?
What is collections framework?
Explain about features of local inner class?
How does compareto method work?
What is the difference between instanceof and isinstance?