What are the 4 main oop principles?
No Answer is Posted For this Question
Be the First to Post Answer
How to use CMutex, CSemaphore in VC++ MFC
What are benefits of oop?
what is the definition of incapsulation
Which language is not a true object oriented programming language?
What is for loop and its syntax?
How to hide the base class functionality in Inheritance?
Where You Can Use Interface in your Project
What is difference between abstraction and encapsulation?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
what is difference between String s=new String("vali"); String s="vali"
Whats oop mean?
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?