when to use 'mutable' keyword and when to use 'const cast'
in 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!!!)
What is super in oop?
In multilevel inheritance constructors will be executed from the .... class to ... class
What are the features of oop?
What is object and example?
What is polymorphism explain?
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
Difference between vector and array
Why do we need oop?
Can java compiler skips any statement during compilation time?
What is the main purpose of inheritance law?
What is cohesion in oop?