Q1.Tell me something about yourself. Define encapsulation. What is inheritance. What is constructor. What is method overloading. Can we overloa... read more
Q2.Find Factorial of a Number. You are given an integer ‘N’. You have to print the value of Factorial of ‘N’. The Factorial of a number ‘N’ is ... read more
Q3.Maximum Sum Subarray Given an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [... read more