I have a problem to solve that takes n as an input number. The problem has a property that given the solution for (n-1) ? I can easily solve the problem for n. Which programming technique will I use to solve such a problem ? Answer : D. Recursion View Answer
Which of the following concepts means wrapping up of data and functions together ? Answer : B. Encapsulation View Answer