1.different types of languages compare in c++ and other lanuages2.oops concepts in other language oops
Accenture Technical Interview Questions 1. Tell about your project. 2. Explain software development life cycle 4. What are your areas of interest in computer field 5. Explain memory management in Operating System. 6. Examples of Unix basic commands 7. Explain Doubly Linked List. 8. Write Fibonacci series and palindrome program in C. 9. Explain complier design phases.10. Explain TCP & IP and OSI Model.11. Explain OOPS concepts.
1. What is OS?2. What is Data Structures?3. What is the function of OS?3. Tell about oops concept?4. State differences between C++ & Java?7. Write a program to count the number of occurrences 'accenture'
4)OOP concepts are Data Abstraction: Abstrastraction of data from the collection of large amount of data.ex: Person driving a car must know how drive and no need to know all details of manufactuer its part. Encapsulation: Hiding of some informations ...
Public Class MySample Public Shared Sub Main() Console.WriteLine("Hello World") End SubEnd ClassForm the above example, it is well understood ...
OOPs is Object Oriented Programming.The great thing about OOPs is that is all about classes and objects which can easily correlated with real life scenarios.Class is the general thing and object is the specilisation of general thingFor example if ...
Can the function by which we get values for object strictly follow the data hiding rule in oops?if no,why?e.g void student ::getdata() { coutname; - - - - }void main(){ student s; s.getdata(); getch();}
I have cleared satyam written. can any one pls send me questions and anwers in the below sublects1.c2.data strutures3.oops4.electronic circuit 1 and 25.os6.rdbms7.digital electronicsif u send i will be very thank full to u............
View page << Previous 1 2 3 [4] 5 Next >>

Go Top