0% found this document useful (0 votes)
5 views

oop.new

The document contains a series of questions related to C++ programming concepts, including terminology, object-oriented programming features, functions, access specifiers, type casting, and constructors. It covers fundamental differences between programming constructs, advantages and limitations of OOP, and practical examples. The questions aim to assess understanding and application of C++ principles and syntax.

Uploaded by

harshnilpatil09
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

oop.new

The document contains a series of questions related to C++ programming concepts, including terminology, object-oriented programming features, functions, access specifiers, type casting, and constructors. It covers fundamental differences between programming constructs, advantages and limitations of OOP, and practical examples. The questions aim to assess understanding and application of C++ principles and syntax.

Uploaded by

harshnilpatil09
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1. Why C++ is called C++ rather than C+?

2. Difference between method and Function?


3. WAP for smallest or largest number, odd even, prime no.
4. WAP for to print *……
5. What do you mean by return type?
6. What do you mean by void?
7. What is the difference between getch and return?
8. Can we use getch in C++ language? If we can use, then how?
9. What are the access specifier? Types of access specifier? (Explain the Types)
10. How to access private data variable?
11. What is the difference between private and protected?
12. What are the features of OOP?
13. Describe ABSTRACTION, POLYMORPHISM, INHERITANCE, DATA HIDING.
14. Difference between static and dynamic?
15. Explain concept of inheritance with example?
16. What are the four pillars of OOP?
17. What are the datatypes?
18. Advantages of abstraction?
19. Benefits of OOP?
20. Limitations of OOP?
21. Example of OOP.
22. Applications of OOP.
23. Describe inline function with its syntax.
24. Describe Friend () function.
25. Explain array of object with example.
26. What do you mean by type casting?
27. What is the necessities of typecasting?
28. What do you mean by type compatibility?
29. Advantages of type compatibility?
30. Structure of C++ program?
31. What are the advantages of inline function?
32. What are the disadvantage of inline function?
33. Give three types of type compatibility?
34. Explain any one type of compatibility?
35. Characteristics of constructor with syntax?
36. Explain concept of constructor overloading? Write Program.
37. Types of Constructor?
38. Explain static member function and variable with example.
39. Explain Destructor with example?
40. Define Base Class with syntax and example?
41. Define Derived Class with syntax and example?

42. State visibility modes in inheritance

You might also like