What is the difference between an object and a class what


1. What is C++?

2. How do you find out if a linked-list has an end? (i.e. the list is not a cycle)

3. What is a class? 

4. What is an object? 

5. What is the difference between an object and a class? 

6. What is the difference between class and structure? 

7. What are virtual functions? 

8. What is friend function?

9. What is a scope resolution operator? 

10.What do you mean by inheritance? Define the types of inheritance? 

11.What is abstraction? 

12.What is polymorphism? Explain with an example

13.What is encapsulation?

14.What do you mean by binding of data and functions? 

15.What is function overloading and operator overloading? 

16.What is virtual class and friend class? 

17.What do you mean by inline function? 

18.What do you mean by public, private, protected ,internal and friendly?

19.Difference between realloc() and free? 

20.What is a template? 

21.What are the main differences between procedure oriented languages and object oriented languages? 

22.What is R T T I ?

23.What are generic functions and generic classes?

24.What is namespace? 

25.What is the difference between pass by reference and pass by value?

26.Why do we use virtual functions? 

27.What do you mean by pure virtual functions? 

28.What are virtual classes? 

29.Explain about Unique Pointer and smart pointer? 

30.What are the advantages and disadvantages of inheritance? 

31.What is virtual constructors/destructors? 

32.What is the difference between declaration and definition? 

33.What is the difference between an ARRAY and a LIST?

34.What is function overloading and operator overloading?

35.What is the difference between an object and a class? 

36. What is the difference between new/delete and malloc/free new/delete

37. How do you write a function that can reverse a linked-list?       

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: What is the difference between an object and a class what
Reference No:- TGS01162050

Now Priced at $50 (50% Discount)

Recommended (98%)

Rated (4.3/5)

A

Anonymous user

4/28/2016 12:43:58 AM

Answer the following objected oriented programming and C++ Questions in a word document using Times New Roman font. Question 1: Explain in detail C++? Question 2: Explain how do you determine if a linked-list has an end? (That is, the list is not a cycle) Question 3: What do you mean by the term class? Question 4: What do you mean by the term object? Question 5: Illustrate the main difference between the object and a class? Question 6: Determine the difference between the class and structure? Question 7: What do you mean by the term virtual functions? Question 8: What do you mean by the term friend function? Question 9: Illustrate the term scope resolution operator? Question 10: Describe in detail the term inheritance? State the kinds of inheritance? Question 11: What do you mean by the term abstraction? Question 12: Define the term polymorphism? Describe with an illustration.