What are the OOPS concepts?
A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,
106 325757
Whats oop mean?
What is the purpose of polymorphism?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Is enum a class?
What is the difference between encapsulation and polymorphism?
What does no cap mean?
What is the highest level of cohesion?
What is meant by oops concept?
What is the main purpose of inheritance law?
What are different oops concepts?
What is encapsulation c#?
What do you mean by Encapsulation?
Why is oop useful?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Write a c++ program to display pass and fail for three student using static member function