0

programming in c language objective type questions and answers

Questions to .NET and Programming in C#

Questions to .NET and Programming in C#

Kỹ thuật lập trình

... a) Class myclass c) class MyClass b) class Myclass d) Class MyClass 38. Which of the following is a valid variable in C# ? [1.0] a) class c) _Class b) Class d) @class 39. Basic input ... when the object is accessed. c) A static constructor can have public as a accessibility modifiers 74. class A { public static int X = B.Y + 1; } class B { public static int Y = A.X ... explicitly or implicitly. b) Static constructors can have accessibility modifiers. e) Static constructors are called when the class is loaded. c) Static constructors cannot be called...
  • 18
  • 1,259
  • 8
Questions to .NET and Programming in C#

Questions to .NET and Programming in C#

Kỹ thuật lập trình

... 104. Which of the following are correct statements for implementing an abstract class. [1.0] a) public abstract void class ClassA c) abstract public ClassA b) public abstract class ClassA ... object reference. c) The code will compile successfully and output the following text: In Try In Finally b) The code will compile successfully and output the following text: In ... create an instance of object in the following manner. Type myObjectType = Type. GetTypeFromProgID ("MyDll.MyObjectName") object myObject = System.Reflectrion. CreatInstance(myObjectType)...
  • 36
  • 1,311
  • 5
Questions to .NET and Programming in C# Part 2: 101-235 potx

Questions to .NET and Programming in C# Part 2: 101-235 potx

Cao đẳng - Đại học

... object reference. c) The code will compile successfully and output the following text: In Try In Finally b) The code will compile successfully and output the following text: In ... The code will compile successfully and output the following text: In Finally 187. Imagine that you have two .cs files. The alpha.cs file contains a class called Alpha that contains an internal ... exception. c) The last catch that is capable of handling the exception is executed. b) catch statement are examined in order in which they appear . 182. using System; class Question{...
  • 36
  • 2,092
  • 10
Programming in C# - Anonymous Methods, Par tial Types and Nullable Type pdf

Programming in C# - Anonymous Methods, Par tial Types and Nullable Type pdf

Kỹ thuật lập trình

... bed management. Consider the situation where all the patients in ICU units need continuous, intensive and specialist nursing. However, a person in Accident and Emergency unit should be moved ... within four hours. In that case, it becomes difficult to move a patient out, who is already in the ICU. Therefore this situation leads to bed blocking and impacts on quality of care and medical ... The other facilities include Guest Dining, House Keeping, Security, Gym, Transport and Wellness Centre. Even after using such high-end technologies, Sleek hospital fails to achieve the target...
  • 3
  • 391
  • 0
Question Bank Introduction to .NET and Programming in C#

Question Bank Introduction to .NET and Programming in C#

Quản trị mạng

... is called automatically when the object is accessed. c) A static constructor can have public as a accessibility modifiers74. class A{public static int X = B.Y + 1;}class B{public static ... value c) getb) set d) find100. public class A:B ,C, D{ }The above code represents ______[0.5]a) multilevel interface c) multiple interfaceb) hierarchical interface d) multiple inheritance101. ... ______ declares a reference type that has abstract member only. [0.5]a) static class c) Interfaceb) abstract class d) Delegates97. Abstract class cannot be directly instantiated but it can be...
  • 74
  • 1,017
  • 2
Programming in C# - Generics and Iterators pps

Programming in C# - Generics and Iterators pps

Kỹ thuật lập trình

... create a main method in the class UniversityLibrary that will in turn create an instance for the class GenericDefaulterList that has its type parameter value as Library since the class Library ... a class Library that will implement the interface IDefaulterList. Create a generic class GenericDefaulterList with the type parameter applied on the interface IDefaulterList. Finally, create ... increase efficiency. To progress with this plan, the Principal of the university conducts a meeting with all the staff members. The meeting was held with the agenda of finding the feedback from...
  • 2
  • 376
  • 2
Programming in C# - Events and Delegates docx

Programming in C# - Events and Delegates docx

Kỹ thuật lập trình

... application in C# and the concepts of events and delegates. With the help of different functions, methods and properties of arrays create a program which has its events Successful and Unsuccessful. ... idea of a game called Racey. It is a game in which the racer has to overcome obstacles like opponents, bumps, civilian traffic etc. As and when the racer crosses his 10 obstacles, a message ... right side and the latest news in the field of video games is in the middle. It has a section exclusively for searching a game. Crazy.com, in one of its new innovation of games, has come up...
  • 2
  • 363
  • 1
Programming in C# - roper ties and Indexers pptx

Programming in C# - roper ties and Indexers pptx

Kỹ thuật lập trình

... a leading company in ATM Banking. It has its headquarters in New York with 200,000 employees. The company provides financial products and services ranging from banking, insurance and consumer ... Get Cash 2. Deposit Checks 3. Deposit Cash 4. Balance Statements 5. Donate to Charity 6. Transfer 7. Purchase Stamps 8. My Choices Using the concepts of format specifiers, try to arrange ... Consider yourself to be the lead of their software team and develop a console based application. Using the concepts of properties in C# , develop a program which has labels for: 1. Get Cash...
  • 2
  • 294
  • 0
6.087: Practical Programming in C

6.087: Practical Programming in C

Công nghệ thông tin

... Electrical Engineering and Computer Science 6.087: Practical Programming in C IAP 2010 Problem Set 3 – Solutions Control flow. Functions. Variable scope. Static and global variables. I/O: printf ... some basic code profiling to examine the effects of explicitly declaring variables as registers. Consider the fibonacci sequence generating function fibonacci in prob1 .c, which is reproduced at ... return 0 ; } Hint: In order to count words, count the transitions from non-white space to white space characters. 5 main .c: dict .c: dict.h: #include <stdio.h> #include "dict.h"...
  • 11
  • 553
  • 0
Tài liệu Programming in C++ docx

Tài liệu Programming in C++ docx

Kỹ thuật lập trình

... function definitions included in class definitions are automatically inline!❑ re and im: declared by and belong to calling object (c1 above)❑ Note: constructor not called for cp!➠ How about constructors ... datatype- const_cast, static_cast, New style castsreinterpret_cast- using, namespace Namespaces- typeid, dynamic_cast RunTime Type Identificationexplicit Constructor qualifier- wchar_t Wide character ... FortranBoolean (int) boolean logicalCharacter char, wchar_t char character(n)Integer short int integer integerintlong intFloatingPoint float real realdoubleComplex ❖ (in C9 9) ❖ complex❑ Size...
  • 265
  • 574
  • 0
Tài liệu Socket Programming in C# ­ Part 1 – Introduction pptx

Tài liệu Socket Programming in C# ­ Part 1 – Introduction pptx

Kỹ thuật lập trình

... connection by calling EndAccept. The EndAccept returns a socket object which represents the incoming connection. Here is the code for the callback delegate:public void OnClientConnect(IAsyncResult ... m_socListener.Bind( ipLocal ); //start listening m_socListener.Listen (4); // create the call back for any client connections m_socListener.BeginAccept(new AsyncCallback ( OnClientConnect ... delegate callback. BeginAccept is a non-blocking method that returns immediately and when a client has made requested a connection, the callback routine is called and you can accept the connection...
  • 10
  • 507
  • 2

Xem thêm