what is the definition of incapsulation
Answers were Sorted based on User's Feedback
Answer / dipraj shahane
Encapsulation is binding code and data together. In Class we
are binding data (member variable) to code (member function).
Class is implementing encapsulation feature.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / arun
Wrapping up of data and methods in to a single entity is known as encapsulation
| Is This Answer Correct ? | 3 Yes | 0 No |
how do u initialize the constant variables
Which method cannot be overridden?
What are the fields of vtable
What is the benefit of oop?
can we make game by using c
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Program to read a comment string
Difference between new operator and operator new
What is namespace?
You have one base class virtual function how will call that function from derived class?
What is multilevel inheritance?
What does and I oop and sksksk mean?