![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions I have a class with constructor, if i throw an error inside the constructor what will become the object while initializing Read Answers (1) | Asked by : Febin Latest Answer : We should use the Currency CurrencyManager cmGrid = (CurrencyManager)this.BindingContext[gridview.DataSource, gridview.DataMember]; cmGrid.Position = iIndex; ... Interface contains the declaration of methods only and we can declare this method also inside our own class.So what is the need once declare a method inside the interface and then implement it into a class? In the code below which constructor will get fired first?Public Class Class1Sub New()End SubEnd ClassPublic Class class2Inherits Class1Sub New()End SubEnd Class Read Answers (1) | Asked by : pam Does an abstract class can contain sealed methods? Can we create an abstract class without abstract methods? Read Answers (1) | Asked by : Vijay Tags : Abstract There are several reading/writing threads. If the queue is null, the read threads cannot proceed. In There are several reading/writing threads. If the queue is null, the read threads cannot proceed. In above situation, code a thread-safe queue. There are several reading/writing threads. If the queue is null, the read threads cannot proceed. In There are several reading/writing threads. If the queue is null, the read threads cannot proceed. In above situation, code a thread-safe queue. I took a button in form.I have two classes emp and bonus.bonus class is inherited from emp class.If bonus is giving ie in dialog box if we select ‘Yes’ b ie bonus Latest Answer : Hi aarruunnaa,You try this code, if it is useful for you send me reply otherwise ask me again dont hesitate class emp {public int eno,sal; public emp(){}public emp(int eno,int sal) {this.eno=eno;this.sal=sal; }public virtual void print() {MessageBox.Show("eno ... How to display and create Message box in ASP.NET using C# code?
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||