Encapsulation is ?
Answer : C. Reduce Complexity
Which of the following concepts of OOPS means exposing only necessary information to client ?
Answer : C. Data Hiding
Given a list of numbers ( fixed list) Now given any other list, how can you efficiently find out if there is any element in the second list that is an element of the first list (fixed list) ?
Answer : In this method, we store all elements of second array in a hash table....
What are the advantages and disadvantages of using inline and const ?
Answers : Advantages of inline....
What are the OOPS concepts ?
Answer : An object is an abstraction...