Where is pseudocode used?
No Answer is Posted For this Question
Be the First to Post Answer
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
How would you stop a class from class from being derived or inherited.
Is html an oop?
diff between Virtual mathod and abstract method?
What are the four main oops concepts?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
why the memory allocated with new cant be freed using free()
Why is abstraction needed?
What is oop in simple words?
what is the difference between containership and inheritence?
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)