1. Which of the following can be declared as a virtual in a class? Methods Properties Events Fields Static fields





Write Comment

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->There are 50 students in a class. In a class test 22 students get 25 marks each, 18 students get 30 marks each. Each of the remaining gets 16 marks. The average mark of the whole class is :....
QA->In a class of 20 students the average age is 16 years.If the age of the class teacher is added to that of students,the average age of the class becomes 17 years.What is the age of the teacher?....
QA->A static member function can have access to:....
QA->A computer with a 32 bit wide data bus implements its memory using 8 K x 8 static RAM chips. The smallest memory that this computer can have is:....
QA->Recently, which of the following Indian bank has launched a virtual queuingmobile application that will help customers save on time ?....
MCQ-> Read the following passage carefully and answer the given questions. Certain words/phrases have been given in bold to help you locate them while answering some of the questions. Virtual currencies are growing in popularity. While the collective value of virtual currencies is still a fraction of the total U.S. Dollars in circulation, the use of virtual currencies as a payment mechanism of transfer of value is gaining momentum. Additionally, the number of entities (issuers, exchangers and intermediaries, to name just a few) that engage in virtual currency transactions is increasing and these entities often need access to traditional banking services.Virtual currencies are digital representations of value that function as a medium of exchange, a unit of account and a store of value (buy now redeem later policy). In many cases, virtual currencies are “convertible” currencies; they are not legal lenders, but they have an equivalent value in real currency. Despite what seems to be a tremendous interest in virtual currencies their overall value is still extremely small relative to other payment mechanisms, such as cash, cheques and credit and debit cards. The virtual currency landscape includes many participants from the merchant that accepts the virtual currency, to the intermediary that exchanges the virtual currency on behalf of the merchant, to the exchange that actually converts the virtual currency to the real currency to the electronic wallet provider that holds the virtual currency on behalf of its owner. Accordingly, opportunities abound for community banks to provide services to entities engaged in virtual currency activities. Eventually, it is also possible that community banks may find themselves holding virtual currency on their own balance sheets.Launched in 2009, Silicon is currently the largest and most popular virtual currency. However, many other virtual currencies have emerged over the past few years, such as Litecoin, Dogecoin, Peercoin and these provide even more anonymity to its users than that provided by Bitcoin.As the virtual currency landscape is fraught with dangers, what important risks should community bankers consider?The most significant is compliance risk- a subset of legal risk. Specifically, virtual currency administrators or legal exchangers may present risks similar to other money transmitters, as well in presenting their own unique risks. Quite simply, many users of virtual currencies do so because of the perceptions that transactions conaucted using virtual currencies are anonymous. The less-than transparent nature of the transactions, :nay make it more difficult for a inancial institution to truly know and understand the activities of its customer and whether the customer’s activities are legal. Therefore, these transactions may present a higher risk for banks and require additional due diligence and monitoring.Another important risk for community banks to consider is credit risk. How should a community bank respond if a borrower wants to specifically post Bitcoin or another virtual currency as collateral for a loan? For many, virtual currencies are simply another form of cash, so it is not hard to analyse that bankers will face such a scenario at some point. In this case, caution is appropriate. Bankers should carefully weigh the pros and cons of extending any loan secured by Bitcoin or other virtual currencies (in whole or in part), or where the source of loan repayment is in some way dependent on the virtual currency. For one, the value of Bitcoin in particular has been volatile. Then, the collateral value could fluctuate widely from day-to-day. Bankers also need to think about control over the account. ‘How does the banker control access to a virtual wallet, and how can it control the borrower’s access to the virtual wallet? In the event of a loan default, the bank would need to take control of the virtual currency. This would require access to the borrower’s virtual wallet and private key. All of this suggests that the loan agreement needs to be carefully crafted and that additional steps need to be taken to ensure the bank has a perfected lift on the virtual currency.Virtual currencies bring with them, both opportunities and challenges, and they are likely here to stay. Although, it is too early to determine just how prevalent they will be in the coming years, we too expect that the virtual participants in the virtual currency ecosystem will increasingly intersect with the banking industry.Which of the following is the meaning of the phrase ‘fraught with dangers’ as mentioned in the passage?
 ....
MCQ->Which of the following can be declared as a virtual in a class? Methods Properties Events Fields Static fields....
MCQ-> Analyse the following passage and provide an appropriate answer for the questions that follow. When we speak of the “probability of death”, the exact meaning of the experience can be defined in the following way only. We must not think of an individual, but of this expression can be defined in the following way only. We must not think of an individual, but of a certain class as a whole, e.g., “all insured men forty-one years old living in a given country and not engaged in certain dangerous occupations.” A probability of death is attached to the class of men or to another class that can be defined in a similar way. We can say nothing about the probability of death of an individual even if we know this condition of life and health in detail. The phrase “probability of death”, which it refers to a single person, has no meaning at all.Which of the following conclusions can be drawn from the passage? 1. Singular, non replicable events can be assigned numerical probability value. 2. Probability calculation requires data of the class of people or of events. 3. The data about a class of events can be used to predict the future of any specific event.....
MCQ->Which of the following statements are correct about static functions? Static functions can access only static data. Static functions cannot call instance functions. It is necessary to initialize static data. Instance functions can call static functions and access static data. this reference is passed to static functions.....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class index { protected int count; public index() { count = 0; } } class index1: index { public void increment() { count = count +1; } } class MyProgram { static void Main(string[] args) { index1 i = new index1(); i.increment(); } } } count should be declared as public if it is to become available in the inheritance chain. count should be declared as protected if it is to become available in the inheritance chain. While constructing an object referred to by i firstly constructor of index class will be called followed by constructor of index1 class. Constructor of index class does not get inherited in index1 class. count should be declared as Friend if it is to become available in the inheritance chain.....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions