How is data security provided in Object Oriented languages?
?
Post New Answer View All Answers
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?
How do you define a class in oop?
What is the point of polymorphism?
What is the real life example of polymorphism?
What is the difference between inheritance and polymorphism?
How do you use inheritance in unity?
What type of loop is a for loop?
What is the advantage of oop over procedural language?
Can main method override?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What are the data types in oop?
What is polymorphism give a real life example?
Whats is abstraction in oops?
What exactly is polymorphism?