NTT DATA interview question

What is OOPS AD N DIS AD of oops array,string,linked list, queue data structure sql normalizations, database difference between unique key and primary key What are the advantages of Object-oriented programming? ... What is Structural programming? ... What is a class? ... Where is data structure majorly used? ... What do you mean by LIFO? ... Tell us something about binary trees. ... What is a queue? ... What do you know about stack? ... What exactly do you mean by merge sort?

Interview Answer

Anonymous

Jun 19, 2021

Object-oriented programming – As the name suggests uses objects in programming. Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism, etc in programming. The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.