Skip to main content

BCA 302 OOP WITH C++

BCA (Semester 3)
Assignment 2
Subject- OBJECT ORIENTED PROGRAMMING WITH C++
__________________________________________________________

 1. Why we use Inline Function? Write situations where inline expression may not work.
2. What is the main advantage of passing arguments by reference?
3. How do structure in C and C++ differ?
4. What is class? How does it accomplish data hiding?
5. How objects are created? Explain with Example.
6. What is different between Public and private?
7. Explain the general form of Class Declaration.
8. Write a short note on memory allocation of objects.
9. What is Static data member? Write its characteristics.
10. What is Static Member Functions? Write its characteristics.
11. What is Friend Function? What are its Special Characteristics?
12. What is the use of friend function?
13. What is constructor and Destructor?
14. what is the main use of destructor?
15. What is Copy Constructor? Explain with Example.
16. What is Parameterized Constructor? When the constructor is invoked?
17. What are the properties of Constructor?
18. What is Operator overloading?
19. Why it is necessary to overload an operator?
20. What is an operator Function? Describe the Syntax of an operator Function.
21. What is conversion function?
22. How Conversion Function created? Explain its syntax.
23. Explain Binary Operator overloading using friend function with example.
24. On which operator, operator overloading can’t be used?
25. How to accomplish one class to another class type conversion?
26. What is inheritance? Explain different types of inheritance.

27. What is protected visibility modifier?




 

Comments

Popular posts from this blog

New software continuously scrambles code to foil cyber attacks: Technique sets a deadline on hackers to severely limit chances of success

New software continuously scrambles code to foil cyber attacks: Technique sets a deadline on hackers to severely limit chances of success : As long as humans are writing software, there will be coding mistakes for malicious hackers to exploit. A single bug can open the door to attackers deleting files, copying credit card numbers or carrying out political mischief. A new program called Shuffler tries to preempt such attacks by allowing programs to continuously scramble their code as they run, effectively closing the window of opportunity for an attack.

Data Held for Ransom in 70 Countries; Massive Cyber Attack Hits Russia Hard

London:  A huge extortion cyberattack hit dozens of nations Friday, holding computer data for ransom at hospitals, telecommunications firms and other companies. The attack appeared to exploit a vulnerability purportedly identified for use by the US National Security Agency and later leaked to the internet. The attack hit Britain's health service, forcing affected hospitals to close wards and emergency rooms. Related attacks were reported in Spain, Portugal and Russia. Two security firms — Kaspersky Lab and Avast — said they had identified the malware behind the attack in upward of 70 countries, although both said the attack has hit Russia hardest. The Russian Interior Ministry has confirmed it was hit by the "ransomware" attack, which encrypts data on infected computers and demands payment, usually via digital currency bitcoin, to release it. Britain's health service was also hit hard Friday as the attack froze computers at hospitals across the country, ...