Explain the concepts involved in Object Oriented programming.
No Answer is Posted For this Question
Be the First to Post Answer
Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?
What is encapsulation oop?
What are the benefits of oop?
Program to open a file with First argument
What is multilevel inheritance in oop?
What is persistence in oop?
What is the differances between a abstract calss and interface
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
what is virtual function?
What does no cap mean?
Explain the advantages of inheritance.
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?